From c1dc235d3b1bda6f4ddff92da1e348399c4a3e70 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 14 Aug 2014 10:42:10 -0400 Subject: Stripped C-style comments from C sources and headers where appropriate. --- redo/gtk_unix.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'redo/gtk_unix.h') diff --git a/redo/gtk_unix.h b/redo/gtk_unix.h index 47a784b..a2883cd 100644 --- a/redo/gtk_unix.h +++ b/redo/gtk_unix.h @@ -1,4 +1,4 @@ -/* 16 march 2014 */ +// 16 march 2014 #ifndef __GO_UI_GTK_UNIX_H__ #define __GO_UI_GTK_UNIX_H__ @@ -9,20 +9,20 @@ MAX_ALLOWED signals that programs will not use features introduced in newer vers Thanks to desrt in irc.gimp.net/#gtk+ */ -/* GLib/GObject */ +// GLib/GObject #define GLIB_VERSION_MIN_REQUIRED GLIB_VERSION_2_32 #define GLIB_VERSION_MAX_ALLOWED GLIB_VERSION_2_32 -/* GDK/GTK+ */ +// GDK/GTK+ #define GDK_VERSION_MIN_REQUIRED GDK_VERSION_3_4 #define GDK_VERSION_MAX_ALLOWED GDK_VERSION_3_4 -/* cairo has no such macros (thanks Company in irc.gimp.net/#gtk+) */ +// cairo has no such macros (thanks Company in irc.gimp.net/#gtk+) #include #include -/* table_unix.c */ +// table_unix.c extern void tableAppendColumn(GtkTreeView *, gint, gchar *); typedef struct goTableModel goTableModel; typedef struct goTableModelClass goTableModelClass; @@ -36,7 +36,7 @@ struct goTableModelClass { extern goTableModel *newTableModel(void *); extern void tableUpdate(goTableModel *, gint, gint); -/* container_unix.c */ +// container_unix.c extern GtkWidget *newContainer(void *); #endif -- cgit v1.2.3