PARAMS elimination.

This commit is contained in:
Kevin Buettner
2000-06-14 00:59:07 +00:00
parent aa787a8959
commit b37bcaa80e
3 changed files with 8 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ ocd_open (scb, name)
if (handle == NULL)
error ("Can't load Wigglers.dll");
dll_do_command = ((int (*)PARAMS ((const char *, char *)))
dll_do_command = ((int (*) (const char *, char *))
GetProcAddress (handle, "do_command"));
if (dll_do_command == NULL)
error ("Can't find do_command function in Wigglers.dll");