cpp macros aren't ``;'' terminated

2002-09-23  Jacob Berkman  <jacob@ximian.com>

	* gtk/gtkprogress.c (DEFAULT_FORMAT): cpp macros aren't ``;''
	terminated
This commit is contained in:
Jacob Berkman 2002-09-24 02:52:40 +00:00 committed by Jacob Berkman
parent b33ec36d36
commit bbf6222a7e
7 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-09-23 Jacob Berkman <jacob@ximian.com>
* gtk/gtkprogress.c (DEFAULT_FORMAT): cpp macros aren't ``;''
terminated
Mon Sep 23 19:49:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c:

View File

@ -1,3 +1,8 @@
2002-09-23 Jacob Berkman <jacob@ximian.com>
* gtk/gtkprogress.c (DEFAULT_FORMAT): cpp macros aren't ``;''
terminated
Mon Sep 23 19:49:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c:

View File

@ -1,3 +1,8 @@
2002-09-23 Jacob Berkman <jacob@ximian.com>
* gtk/gtkprogress.c (DEFAULT_FORMAT): cpp macros aren't ``;''
terminated
Mon Sep 23 19:49:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c:

View File

@ -1,3 +1,8 @@
2002-09-23 Jacob Berkman <jacob@ximian.com>
* gtk/gtkprogress.c (DEFAULT_FORMAT): cpp macros aren't ``;''
terminated
Mon Sep 23 19:49:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c:

View File

@ -1,3 +1,8 @@
2002-09-23 Jacob Berkman <jacob@ximian.com>
* gtk/gtkprogress.c (DEFAULT_FORMAT): cpp macros aren't ``;''
terminated
Mon Sep 23 19:49:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c:

View File

@ -1,3 +1,8 @@
2002-09-23 Jacob Berkman <jacob@ximian.com>
* gtk/gtkprogress.c (DEFAULT_FORMAT): cpp macros aren't ``;''
terminated
Mon Sep 23 19:49:11 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkselection.[ch] gtk/gtkwidget.c gtk/gtkmain.c:

View File

@ -32,7 +32,7 @@
#include "gtkintl.h"
#define EPSILON 1e-5
#define DEFAULT_FORMAT "%P %%";
#define DEFAULT_FORMAT "%P %%"
enum {
PROP_0,