Index: mttroot/mtt/bin/trans/awk/rbg_fig2m.awk ================================================================== --- mttroot/mtt/bin/trans/awk/rbg_fig2m.awk +++ mttroot/mtt/bin/trans/awk/rbg_fig2m.awk @@ -10,10 +10,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.11 1996/08/19 10:48:57 peter +## Added `-' to the component regexp. +## ## Revision 1.10 1996/08/19 09:03:13 peter ## Parses repetative components: ie suffixed by *n. ## ## Revision 1.9 1996/08/09 08:23:11 peter ## Fixed bug: ports not recognised. @@ -348,11 +351,11 @@ repetition_regexp = "\*"; q = "\047"; terminator = "\\001"; component_regexp = "[^0-9a-zA-Z_:\*-]"; port_regexp = "\[[0-9]*\]"; - nonport_regexp = "a-zA-Z"; + nonport_regexp = "[a-zA-Z]"; isa_fig_file = 0; min_line_length = 10; object = 0; polyline = 2;