diff --git a/src/builtin_functions.c b/src/builtin_functions.c
index 913e4048f87f19c27037d58fe17273765888a465..628e5ccd2f3bc19a971b6b5efa2ee8b0f0dc3de0 100644
--- a/src/builtin_functions.c
+++ b/src/builtin_functions.c
@@ -3,8 +3,9 @@
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
+/**/
 #include "global.h"
-RCSID("$Id: builtin_functions.c,v 1.152 1999/02/24 02:02:14 grubba Exp $");
+RCSID("$Id: builtin_functions.c,v 1.153 1999/02/28 17:07:40 grubba Exp $");
 #include "interpret.h"
 #include "svalue.h"
 #include "pike_macros.h"
diff --git a/src/interpret.c b/src/interpret.c
index d3a66a516e84b5ea80a20f8eb91ae504f3573a82..45731c622870992064cdf1855dca626001aa8d7a 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -3,8 +3,9 @@
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
+/**/
 #include "global.h"
-RCSID("$Id: interpret.c,v 1.114 1999/02/01 06:13:13 hubbe Exp $");
+RCSID("$Id: interpret.c,v 1.115 1999/02/28 17:07:42 grubba Exp $");
 #include "interpret.h"
 #include "object.h"
 #include "program.h"
@@ -854,7 +855,8 @@ void mega_apply2(enum apply_type type, INT32 args, void *arg1, void *arg2)
       fp = new_frame;
       
       if(function->func.offset == -1)
-	PIKE_ERROR(function->name->str, "Calling undefined function.\n", sp, args);
+	PIKE_ERROR(function->name->str, "Calling undefined function.\n",
+		   sp, args);
       
       tailrecurse=-1;
 
diff --git a/src/pike_types.c b/src/pike_types.c
index f0457d90f834a6357b9c215c626a8f6607043be5..1aa744b27cd2168f2698477b8c98069c431339ad 100644
--- a/src/pike_types.c
+++ b/src/pike_types.c
@@ -3,8 +3,9 @@
 ||| Pike is distributed as GPL (General Public License)
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
+/**/
 #include "global.h"
-RCSID("$Id: pike_types.c,v 1.52 1999/02/12 03:29:45 hubbe Exp $");
+RCSID("$Id: pike_types.c,v 1.53 1999/02/28 17:07:43 grubba Exp $");
 #include <ctype.h>
 #include "svalue.h"
 #include "pike_types.h"