]> andersk Git - splint.git/blobdiff - src/llmain.c
OS/2 command line args fix provided by Herbert Martin Dietze.
[splint.git] / src / llmain.c
index 5027191e2fbed8c13a153d2dbbec00de233a00fd..3af377445c2252aa17b042d2bec2fc1463183db2 100644 (file)
@@ -603,6 +603,10 @@ int main (int argc, char *argv[])
   clock_t before, lcltime, libtime, pptime, cptime, rstime;
   int i = 0;
 
+# ifdef __EMX__
+  _wildcard (&argc, &argv);
+# endif
+
   g_msgstream = stdout;
 
   (void) signal (SIGINT, interrupt);
This page took 0.071869 seconds and 4 git commands to generate.