Expunge revision histories in files.
[become] / src / name.h
index 1972481..8a6b106 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: name.h,v 1.5 1998/01/12 16:46:15 mdw Exp $
+ * $Id: name.h,v 1.8 2004/04/08 01:36:20 mdw Exp $
  *
  * Looking up of names in symbol tables
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: name.h,v $
- * Revision 1.5  1998/01/12 16:46:15  mdw
- * Fix copyright date.
- *
- * Revision 1.4  1997/09/17  10:26:11  mdw
- * Use rewritten class handler.  Support `none' class.
- *
- * Revision 1.3  1997/08/20  16:18:05  mdw
- * Replace `name_reinit' by `name_end' for more sensible restart.
- *
- * Revision 1.2  1997/08/04 10:24:24  mdw
- * Sources placed under CVS control.
- *
- * Revision 1.1  1997/07/21  13:47:46  mdw
- * Initial revision
- *
- */
-
-#ifndef NAMES_H
-#define NAMES_H
+#ifndef NAME_H
+#define NAME_H
 
 #ifdef __cplusplus
   extern "C" {
 
 /*----- Required headers --------------------------------------------------*/
 
+#include <mLib/sym.h>
+
 #ifndef CLASS_H
 #  include "class.h"
 #endif
 
-#ifndef SYM_H
-#  include "sym.h"
-#endif
-
 /*----- Data structures ---------------------------------------------------*/
 
 typedef struct name {