patch-conf_in 831 B

1234567891011121314151617181920
  1. --- flex-2.5.35.orig/conf.in 2008-02-26 22:34:02.000000000 +0100
  2. +++ flex-2.5.35/conf.in 2010-10-04 23:18:48.000000000 +0200
  3. @@ -162,7 +162,7 @@
  4. /* If using the C implementation of alloca, define if you know the
  5. direction of stack growth for your system; otherwise it will be
  6. - automatically deduced at run-time.
  7. + automatically deduced at runtime.
  8. STACK_DIRECTION > 0 => grows toward higher addresses
  9. STACK_DIRECTION < 0 => grows toward lower addresses
  10. STACK_DIRECTION = 0 => direction of growth unknown */
  11. @@ -190,7 +190,7 @@
  12. /* Define to rpl_realloc if the replacement function should be used. */
  13. #undef realloc
  14. -/* Define to `unsigned' if <sys/types.h> does not define. */
  15. +/* Define to `unsigned int' if <sys/types.h> does not define. */
  16. #undef size_t
  17. /* Define as `fork' if `vfork' does not work. */