bison-patches
[Top][All Lists]
Advanced

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

[PATCH 4/4] Cleanup some muscles


From: Paolo Bonzini
Subject: [PATCH 4/4] Cleanup some muscles
Date: Sun, 2 Nov 2008 15:15:28 +0100

As a final cleanup, we do not need some muscles to be exported,
because everything can be computed from b4_dir_prefix and from
the parser/header file names.

Paolo

* src/output.c (prepare): Remove b4_spec_* muscles.

  /* Find the right skeleton file, and add muscles about the skeletons.  */
---
 src/output.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/output.c b/src/output.c
index d83eeb7..f79b02b 100644
--- a/src/output.c
+++ b/src/output.c
@@ -622,11 +622,6 @@ prepare (void)
   DEFINE (file_prefix);
   DEFINE (parser_file_name);
   DEFINE (defines_file_name);
-  DEFINE (spec_outfile);
-  DEFINE (spec_defines_file);
-  DEFINE (spec_graph_file);
-  DEFINE (spec_name_prefix);
-  DEFINE (spec_verbose_file);
 #undef DEFINE
 
   /* Find the right skeleton file, and add muscles about the skeletons.  */
-- 
1.5.5





reply via email to

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