- Timestamp:
- Oct 28, 2008 10:00:48 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/expand.c
r1985 r1987 271 271 /* Expand a simple reference to variable NAME, which is LENGTH chars long. */ 272 272 273 #ifdef MY_INLINE) /* bird */ 274 MY_INLINE 275 #else 273 276 #if defined(__GNUC__) 274 277 __inline 275 #elif defined (MY_INLINE) /* bird */276 MY_INLINE277 278 #endif 278 279 static char * 280 #endif 279 281 reference_variable (char *o, const char *name, unsigned int length) 280 282 {
Note:
See TracChangeset
for help on using the changeset viewer.