diff src/symtab.cc @ 767:42731861ee09

[project @ 1994-10-05 21:26:54 by jwe]
author jwe
date Wed, 05 Oct 1994 21:32:24 +0000
parents ecd5db3cf273
children dedc491ec606
line wrap: on
line diff
--- a/src/symtab.cc	Tue Oct 04 17:03:43 1994 +0000
+++ b/src/symtab.cc	Wed Oct 05 21:32:24 1994 +0000
@@ -42,9 +42,8 @@
 #include "fnmatch.h"
 }
 
-/*
- * Variables and functions.
- */
+// Variables and functions.
+
 symbol_def::symbol_def (void)
 {
   init_state ();
@@ -212,9 +211,8 @@
   return count;
 }
 
-/*
- * Individual records in a symbol table.
- */
+// Individual records in a symbol table.
+
 symbol_record::symbol_record (void)
 {
   init_state ();
@@ -660,9 +658,7 @@
   return top;
 }
 
-/*
- * A structure for handling verbose information about a symbol_record.
- */
+// A structure for handling verbose information about a symbol_record.
 
 symbol_record_info::symbol_record_info (void)
 {
@@ -846,9 +842,7 @@
   nm = 0;
 }
 
-/*
- * A symbol table.
- */
+// A symbol table.
 
 symbol_table::symbol_table (void)
 {