From 9510d1d52b0bdf3ba8665571eedc42202dc546c7 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Tue, 1 Feb 2011 01:06:27 +0000 Subject: Fixes to help build on SGI. Mainly: problem with C++ style comments that were in C code and headers. SGI C compiler / pre processor no grok C++ comments. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8347 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/xutf8/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/xutf8/test.c') diff --git a/src/xutf8/test.c b/src/xutf8/test.c index 75b17a930..255cce1fa 100644 --- a/src/xutf8/test.c +++ b/src/xutf8/test.c @@ -201,7 +201,7 @@ int main(int argc, char**argv) { nb_font--; if (fontset->fonts[nb_font]) { printf("encoding=\"\" fid=%d \n %s\n", - // fontset->encodings[nb_font], + /* fontset->encodings[nb_font], */ fontset->fonts[nb_font]->fid, fontset->font_name_list[nb_font]); } -- cgit v1.2.3