pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/groff-font.c


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/groff-font.c
Date: Fri, 21 Jan 2005 06:59:46 -0500

Index: pspp/src/groff-font.c
diff -u pspp/src/groff-font.c:1.8 pspp/src/groff-font.c:1.9
--- pspp/src/groff-font.c:1.8   Sun Mar 21 08:41:20 2004
+++ pspp/src/groff-font.c       Fri Jan 21 11:59:39 2005
@@ -48,12 +48,6 @@
 /* Typical whitespace characters for tokenizing. */
 static const char whitespace[] = " \t\n\r\v";
 
-void
-groff_init (void)
-{
-  space_index = font_char_name_to_index ("space");
-}
-
 /* Some notes on the groff_font(8) manpage:
 
    DESC file format: A typical PostScript `res' would be 72000, with
@@ -447,6 +441,20 @@
   }
 hash;
 
+void
+groff_init (void)
+{
+  space_index = font_char_name_to_index ("space");
+}
+
+void
+groff_done (void)
+{
+  free (hash.tab) ;
+  pool_destroy(hash.ar);
+}
+
+
 /* Searches for NAME in the global character code table, returns the
    index if found; otherwise inserts NAME and returns the new
    index. */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]