Author: bernhard
Date: Wed Nov  2 12:35:44 2005
New Revision: 9724

Modified:
   trunk/languages/m4/src/m4.pir
Log:
m4_eval_compiler.so is gone


Modified: trunk/languages/m4/src/m4.pir
==============================================================================
--- trunk/languages/m4/src/m4.pir       (original)
+++ trunk/languages/m4/src/m4.pir       Wed Nov  2 12:35:44 2005
@@ -250,12 +250,6 @@ UNIMPLEMENTED_OPTION:
     end
 NO_UNIMPLEMENTED_OPTION:
 
-  # load shared lib
-  # There is a init-function in the shared lib,
-  # which registers the new compiler
-  .local pmc m4_eval_compiler_lib
-  m4_eval_compiler_lib = loadlib "m4_eval_compiler"
-
   # init of input structures, creates state['stack';'input']
   input_init( state )
 

Reply via email to