Ignore:
Timestamp:
Mar 12, 2006, 6:02:46 PM (19 years ago)
Author:
bird
Message:

applied OS/2 patches (manually).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/texinfo/util/texindex.c

    r2617 r2619  
    2121#include "system.h"
    2222#include <getopt.h>
     23
     24#ifdef __EMX__
     25#  include <stdlib.h>
     26#endif
    2327
    2428static char *program_name = "texindex";
     
    158162  tempcount = 0;
    159163  last_deleted_tempcount = 0;
     164
     165#ifdef __EMX__
     166  _response(&argc, &argv);
     167  _wildcard(&argc, &argv);
     168#endif
    160169
    161170#ifdef HAVE_SETLOCALE
Note: See TracChangeset for help on using the changeset viewer.