diff --git a/.gitattributes b/.gitattributes index 255a76c51588c75b751971b8a428d142cdaee7e7..51f2ba5b07020dcac984e7c6ab2cb13f6d548e13 100644 --- a/.gitattributes +++ b/.gitattributes @@ -486,6 +486,7 @@ testfont binary /src/post_modules/GLUT/top.c foreign_ident /src/post_modules/GTK/acconfig.h foreign_ident /src/post_modules/GTK/dummy.c foreign_ident +/src/post_modules/GTK/module.pmod.in 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 diff --git a/src/post_modules/GTK/module.pmod.in b/src/post_modules/GTK/module.pmod.in index 7a8255b8ab99a7462404560bdbc61dd72272ef3e..0b0e6c2a15c99563b76011945951c2fb8dac572e 100644 --- a/src/post_modules/GTK/module.pmod.in +++ b/src/post_modules/GTK/module.pmod.in @@ -1,3 +1,11 @@ +/* + * $Id: module.pmod.in,v 1.4 2000/01/22 23:13:59 grubba Exp $ + * + * GTK glue code. + */ + +#if constant(@module@.parse_rc) + string unsillycaps(string what) { string res=upper_case(what[0..0]); @@ -9,9 +17,6 @@ string unsillycaps(string what) return res; } - -#if constant(@module@.parse_rc) - inherit @module@; #define INDEX(x) predef::`->(this_object(),(x))