diff --git a/.gitattributes b/.gitattributes index 3b0ec8206e860e88df282c1ac2283003e82d8a36..0dbee791ccb154a21632ea8bdb227f13844e3129 100644 --- a/.gitattributes +++ b/.gitattributes @@ -467,6 +467,7 @@ testfont binary /src/post_modules/GL/top.c foreign_ident /src/post_modules/GTK/acconfig.h foreign_ident /src/post_modules/GTK/dummy.c foreign_ident +/src/post_modules/GTK/source/gladexml.pre foreign_ident /src/post_modules/Makefile.in foreign_ident /src/post_modules/configure.in foreign_ident /src/preprocessor.h foreign_ident diff --git a/src/post_modules/GTK/source/gladexml.pre b/src/post_modules/GTK/source/gladexml.pre index 0ba17630524f24cfa0aed92cdc0e4af7e1b13891..82d9276493a4d0a5378bf4f928a6e0989d5d8388 100644 --- a/src/post_modules/GTK/source/gladexml.pre +++ b/src/post_modules/GTK/source/gladexml.pre @@ -1,5 +1,4 @@ /* This is -*- c -*- code */ -/* Sort of unnessesary, and decreases code-size with 140Kb */ COND_WIDGET(libglade); PROGRAM(GladeXML); @@ -17,6 +16,7 @@ PROGRAM(GladeXML); #include <glade/glade.h> int glade_is_setup = 0; +RCSID("$Id: gladexml.pre,v 1.3 1999/11/12 20:27:26 neotron Exp $"); /* This function is used by signal_autoconnect to handle signal @@ -323,4 +323,5 @@ RETURNS(void); pop_n_elems(args); } +// <p align=right><font size=2><i>$Id: gladexml.pre,v 1.3 1999/11/12 20:27:26 neotron Exp $</i></font> END_COND_WIDGET(libglade);