[Super-tux-commit] supertux config.h.in,1.1,1.2
Brought to you by:
wkendrick
From: Marek M. <wa...@us...> - 2004-06-15 14:21:30
|
Update of /cvsroot/super-tux/supertux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12021 Modified Files: config.h.in Log Message: Added Dutch translation file written by Frank van der Loo Index: config.h.in =================================================================== RCS file: /cvsroot/super-tux/supertux/config.h.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- config.h.in 13 Jun 2004 21:48:15 -0000 1.1 +++ config.h.in 15 Jun 2004 14:21:21 -0000 1.2 @@ -242,9 +242,9 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define to 1 if you have the ANSI C header files. */ @@ -256,9 +256,11 @@ /* Define to empty if `const' does not conform to ANSI C. */ #undef const -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus #undef inline +#endif /* Define to `long' if <sys/types.h> does not define. */ #undef off_t |