chiark / gitweb /
Prep for standalone release.
[mgLib] / msg.c
diff --git a/msg.c b/msg.c
index d9be0ca04037ef54acc2863890801178706275df..7ec62a10494fd2f9ce9d757af498c7de614af17a 100644 (file)
--- a/msg.c
+++ b/msg.c
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: msg.c,v 1.7 1999/05/21 22:08:20 mdw Exp $
+ * $Id: msg.c,v 1.8 1999/11/11 19:54:37 mdw Exp $
  *
  * Display a message and get an answer
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: msg.c,v $
+ * Revision 1.8  1999/11/11 19:54:37  mdw
+ * Prep for standalone release.
+ *
  * Revision 1.7  1999/05/21 22:08:20  mdw
  * Take advantage of new dynamic string macros.
  *
@@ -54,8 +57,6 @@
  *
  */
 
-#ifdef HAVE_GTK
-
 /*----- Header files ------------------------------------------------------*/
 
 #include <stdarg.h>
@@ -202,7 +203,3 @@ int msg(const char *buttons, const char *msg, ...)
 }
 
 /*----- That's all, folks -------------------------------------------------*/
-
-#else
-  int mgLib_msg = 0;
-#endif