Skip to content
Snippets Groups Projects
Commit 130052ca authored by David Hedbor's avatar David Hedbor
Browse files

Added CVS ID

Rev: src/post_modules/GTK/source/gladexml.pre:1.3
parent 6c61030f
No related branches found
No related tags found
No related merge requests found
...@@ -467,6 +467,7 @@ testfont binary ...@@ -467,6 +467,7 @@ testfont binary
/src/post_modules/GL/top.c foreign_ident /src/post_modules/GL/top.c foreign_ident
/src/post_modules/GTK/acconfig.h foreign_ident /src/post_modules/GTK/acconfig.h foreign_ident
/src/post_modules/GTK/dummy.c 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/Makefile.in foreign_ident
/src/post_modules/configure.in foreign_ident /src/post_modules/configure.in foreign_ident
/src/preprocessor.h foreign_ident /src/preprocessor.h foreign_ident
......
/* This is -*- c -*- code */ /* This is -*- c -*- code */
/* Sort of unnessesary, and decreases code-size with 140Kb */
COND_WIDGET(libglade); COND_WIDGET(libglade);
PROGRAM(GladeXML); PROGRAM(GladeXML);
...@@ -17,6 +16,7 @@ PROGRAM(GladeXML); ...@@ -17,6 +16,7 @@ PROGRAM(GladeXML);
#include <glade/glade.h> #include <glade/glade.h>
int glade_is_setup = 0; 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 /* This function is used by signal_autoconnect to handle signal
...@@ -323,4 +323,5 @@ RETURNS(void); ...@@ -323,4 +323,5 @@ RETURNS(void);
pop_n_elems(args); 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); END_COND_WIDGET(libglade);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment