Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2004:
[Freeciv-Dev] speclist_c.h
Home

[Freeciv-Dev] speclist_c.h

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] speclist_c.h
From: Jason Dorje Short <jdorje@xxxxxxxxxxxx>
Date: Sat, 08 May 2004 00:41:53 -0400

Two files still have references to speclist_c.h. Of course this means they don't compile.

jason
? diff
Index: client/gui-gtk/happiness.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-gtk/happiness.c,v
retrieving revision 1.14
diff -u -r1.14 happiness.c
--- client/gui-gtk/happiness.c  30 Mar 2004 02:01:27 -0000      1.14
+++ client/gui-gtk/happiness.c  8 May 2004 04:46:50 -0000
@@ -51,14 +51,8 @@
 
 #define SPECLIST_TAG dialog
 #define SPECLIST_TYPE struct happiness_dialog
-#define SPECLIST_STATIC1
 #include "speclist.h"
 
-#define SPECLIST_TAG dialog
-#define SPECLIST_TYPE struct happiness_dialog
-#define SPECLIST_STATIC1
-#include "speclist_c.h"
-
 #define dialog_list_iterate(dialoglist, pdialog) \
     TYPED_LIST_ITERATE(struct happiness_dialog, dialoglist, pdialog)
 #define dialog_list_iterate_end  LIST_ITERATE_END
Index: client/gui-sdl/spaceshipdlg.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/client/gui-sdl/spaceshipdlg.c,v
retrieving revision 1.7
diff -u -r1.7 spaceshipdlg.c
--- client/gui-sdl/spaceshipdlg.c       4 Dec 2003 13:53:12 -0000       1.7
+++ client/gui-sdl/spaceshipdlg.c       8 May 2004 04:46:51 -0000
@@ -57,14 +57,8 @@
 
 #define SPECLIST_TAG dialog
 #define SPECLIST_TYPE struct SMALL_DLG
-#define SPECLIST_STATIC1
 #include "speclist.h"
 
-#define SPECLIST_TAG dialog
-#define SPECLIST_TYPE struct SMALL_DLG
-#define SPECLIST_STATIC1
-#include "speclist_c.h"
-
 #define dialog_list_iterate(dialoglist, pdialog) \
     TYPED_LIST_ITERATE(struct SMALL_DLG, dialoglist, pdialog)
 #define dialog_list_iterate_end  LIST_ITERATE_END

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] speclist_c.h, Jason Dorje Short <=