summaryrefslogtreecommitdiff
path: root/charspace/symtab.c
diff options
context:
space:
mode:
Diffstat (limited to 'charspace/symtab.c')
-rw-r--r--charspace/symtab.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/charspace/symtab.c b/charspace/symtab.c
index b7739fa..5955124 100644
--- a/charspace/symtab.c
+++ b/charspace/symtab.c
@@ -1,3 +1,4 @@
+/*
# symtab.c: create and update a symbol table.
#
# Copyright (C) 1992, 2011 Free Software Foundation, Inc.
@@ -15,14 +16,16 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+*/
-
+/*
# We use a simple linear representation, since there will be a few hundred
# entries at the very most.
#
# The numbers which get stored in the symbol table should all be in
# pixels. That's what the rest of the program expects. (Unfortunately
# there's no way to check this at the time of definition.)
+*/
#include "config.h"