Browse Source

ENH: make it work for hp

Bill Hoffman 19 years ago
parent
commit
4c87d57e71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/LibName/foobar.c

+ 1 - 1
Tests/LibName/foobar.c

@@ -3,7 +3,7 @@ __declspec(dllimport)
 #endif
 extern  void bar();
 
-int main(int ac, char** av)
+int main()
 {
   bar();
   return 0;