getopt.diff 562 B

123456789101112131415161718192021222324
  1. Index: lib/getopt.c
  2. --- gnulib/lib/getopt.c Thu Mar 11 15:04:48 2004
  3. +++ lib/getopt.c Sun May 16 12:34:12 2004
  4. @@ -48,7 +48,7 @@
  5. # endif
  6. #endif
  7. -#ifndef ELIDE_CODE
  8. +#if defined WANT_INCLUDED_GETOPT || !defined ELIDE_CODE
  9. /* This needs to come after some library #include
  10. Index: lib/getopt1.c
  11. --- gnulib/lib/getopt1.c Tue Mar 9 21:42:23 2004
  12. +++ lib/getopt1.c Sun May 16 12:34:36 2004
  13. @@ -46,7 +46,7 @@
  14. #endif
  15. #endif
  16. -#ifndef ELIDE_CODE
  17. +#if defined WANT_INCLUDED_GETOPT || !defined ELIDE_CODE
  18. /* This needs to come after some library #include