From 405ca540de4aa0a971782e5aecbb0a1bf2377b6f Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Mon, 20 Apr 1998 08:28:14 +0000 Subject: [PATCH] wacky portability fix -Yosh --- ChangeLog | 6 ++++++ plug-ins/faxg3/g3.h | 2 +- plug-ins/faxg3/run_tbl.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4477c221e2..ff0d9bb0be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 20 01:24:10 PDT 1998 Manish Singh + + * plug-ins/faxg3/g3.h + * plug-ins/faxg3/run_tbl.c: commented out #ident's, since some + compilers complain + Mon Apr 20 00:01:26 PDT 1998 Manish Singh * app/disp_callbacks.c: we get events in a funny order sometimes, diff --git a/plug-ins/faxg3/g3.h b/plug-ins/faxg3/g3.h index e2f3bab83f..50c7e16913 100644 --- a/plug-ins/faxg3/g3.h +++ b/plug-ins/faxg3/g3.h @@ -1,4 +1,4 @@ -#ident "@(#)g3.h 3.1 95/08/30 Copyright (c) Gert Doering" +/* #ident "@(#)g3.h 3.1 95/08/30 Copyright (c) Gert Doering" */ #ifndef NULL #define NULL 0L diff --git a/plug-ins/faxg3/run_tbl.c b/plug-ins/faxg3/run_tbl.c index 13130d00e1..142f01066b 100644 --- a/plug-ins/faxg3/run_tbl.c +++ b/plug-ins/faxg3/run_tbl.c @@ -1,4 +1,4 @@ -#ident "@(#)run_tbl.c 3.1 95/08/30 Copyright (c) 1994 Gert Doering" +/* #ident "@(#)run_tbl.c 3.1 95/08/30 Copyright (c) 1994 Gert Doering" */ /* run_tbl.c *