mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
13 lines
455 B
Plaintext
13 lines
455 B
Plaintext
--- reg.y.org Mon Nov 29 18:43:56 1993
|
|
+++ reg.y Thu Jan 20 12:29:44 2005
|
|
@@ -286,7 +286,7 @@
|
|
* Node Creation Functions *
|
|
* *
|
|
**********************************************************************/
|
|
-extern void error();
|
|
+extern void error(char *, ...);
|
|
|
|
|
|
/*---------------------------------------------------------------------
|
|
NAME
|