Changeset 2619 for trunk/texinfo/util/texindex.c
- Timestamp:
- Mar 12, 2006, 6:02:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/texinfo/util/texindex.c
r2617 r2619 21 21 #include "system.h" 22 22 #include <getopt.h> 23 24 #ifdef __EMX__ 25 # include <stdlib.h> 26 #endif 23 27 24 28 static char *program_name = "texindex"; … … 158 162 tempcount = 0; 159 163 last_deleted_tempcount = 0; 164 165 #ifdef __EMX__ 166 _response(&argc, &argv); 167 _wildcard(&argc, &argv); 168 #endif 160 169 161 170 #ifdef HAVE_SETLOCALE
Note:
See TracChangeset
for help on using the changeset viewer.