Fixed for ANSI-C part
authorceriel <none@none>
Mon, 2 Dec 1991 15:25:01 +0000 (15:25 +0000)
committerceriel <none@none>
Mon, 2 Dec 1991 15:25:01 +0000 (15:25 +0000)
util/LLgen/lib/rec

index 5a23082..acf8c44 100644 (file)
@@ -17,10 +17,10 @@ void        LLmessage(int);
 #endif
 #ifdef LL_USERHOOK
 #if LL_ANSI_C
-static void    LLdoskip(int);
+static int     LLdoskip(int);
 static int     LLuserhook(int, int*);
 #else
-static         LLdoskip();
+static int     LLdoskip();
 static int     LLuserhook();
 #endif
 #endif