X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=config.h.in;h=2926cb9f8e293e3d506856148873a4a5dc0980e2;hb=3efd4d099bf7f657bf39475ec30dc34631b351d6;hp=9e1cdb82a3e64cf8372963686517865b88d3af8e;hpb=168cbf6f283fa1f1fe46b55a86453b019ea30ede;p=supertux.git diff --git a/config.h.in b/config.h.in index 9e1cdb82a..2926cb9f8 100644 --- a/config.h.in +++ b/config.h.in @@ -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 does not define. */ #undef off_t