]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - menu/mf_common.h
ncurses 5.2
[ncurses.git] / menu / mf_common.h
index c13f6c893a04a70559524e07eb744b4ccba8968d..6b1e8feee2c9c9e5f7094758aa91aa0433dc92b0 100644 (file)
@@ -1,5 +1,5 @@
 /****************************************************************************
- * Copyright (c) 1998 Free Software Foundation, Inc.                        *
+ * Copyright (c) 1998,2000 Free Software Foundation, Inc.                   *
  *                                                                          *
  * Permission is hereby granted, free of charge, to any person obtaining a  *
  * copy of this software and associated documentation files (the            *
@@ -56,7 +56,7 @@ extern int errno;
 
 #include <nc_alloc.h>
 
-#ifdef USE_RCS_IDS
+#if USE_RCS_IDS
 #define MODULE_ID(id) static const char Ident[] = id;
 #else
 #define MODULE_ID(id) /*nothing*/