Skip to content
Snippets Groups Projects
Commit 1be15021 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Moved unsillycaps() to inside the #if constant().

This makes the module support the feature_list script.
Added Id.

Rev: src/post_modules/GTK/module.pmod.in:1.4
parent cce312cf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
/*
* $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))
......
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