parse error



in file glib/gfileutils.h 

line 87:   int     g_file_open_tmp      (const char   *template,
														               -------
in file gtk/gtkentry.h

line 116:  void (* _delete)           (GtkEntry       *entry,


this gives parsing error when compiling reading headers in a C++
application because
"template/delete" is used in C++

Maybe this is a gcc issue? Shouldn't gcc ignore this when the header file
is declared as a C file (using extern "C")?

Greats

MH.




 




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]