Changeset 21745 for branches/gcc-kmk/tools/wrc/wrc.c
- Timestamp:
- Oct 25, 2011, 8:41:13 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/tools/wrc/wrc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/tools/wrc/wrc.c
r21589 r21745 261 261 resource_t *resource_top; /* The top of the parsed resources */ 262 262 263 #ifdef __EMX__ 264 int getopt (int argc, char **argv, const char *optstring); 265 #else 266 int getopt (int argc, char *const *argv, const char *optstring); 263 #ifndef __GNUC__ 264 int getopt(int argc, char *const *argv, const char *optstring); 267 265 #endif 268 266
Note:
See TracChangeset
for help on using the changeset viewer.
