diff --git a/src/modules/files/file.c b/src/modules/files/file.c index 9c4e9f4cec153f1b046a86bf32f2b0ca5e20c6c1..b785eeaf78a76f13b0851421546c5a8735471365 100644 --- a/src/modules/files/file.c +++ b/src/modules/files/file.c @@ -5,7 +5,7 @@ \*/ #include "global.h" -RCSID("$Id: file.c,v 1.118 1998/08/06 23:11:06 grubba Exp $"); +RCSID("$Id: file.c,v 1.119 1998/08/06 23:20:05 grubba Exp $"); #include "fdlib.h" #include "interpret.h" #include "svalue.h" @@ -2258,7 +2258,7 @@ void init_files_efuns(void); #define REF (*((struct object **)(fp->current_storage))) #define FILE_FUNC(X,Y,Z) \ -static int PIKE_CONCAT(Y,_function_number); +static int PIKE_CONCAT(Y,_function_number) #include "file_functions.h" diff --git a/src/modules/files/file_functions.h b/src/modules/files/file_functions.h index b0b53678616ae6885b4c815056bfa54805147d33..1682ce905b8d0ca991ec21007f2b2b39e416c65f 100644 --- a/src/modules/files/file_functions.h +++ b/src/modules/files/file_functions.h @@ -28,8 +28,8 @@ FILE_FUNC("set_write_oob_callback",file_set_write_oob_callback,"function(mixed:void)") #endif /* WITH_OOB */ - FILE_FUNC("_enable_callbacks",file__enable_callbacks,"function(:void)"); - FILE_FUNC("_disable_callbacks",file__disable_callbacks,"function(:void)"); + FILE_FUNC("_enable_callbacks",file__enable_callbacks,"function(:void)") + FILE_FUNC("_disable_callbacks",file__disable_callbacks,"function(:void)") FILE_FUNC("set_blocking",file_set_blocking,"function(:void)")