/[papo]/papo/zot/Zot.pm
ViewVC logotype

Diff of /papo/zot/Zot.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by jlenton, Thu May 15 22:23:59 2003 UTC revision 1.7 by jlenton, Fri May 16 16:52:21 2003 UTC
# Line 156  sub parse Line 156  sub parse
156          {          {
157              $table->add_style($1);              $table->add_style($1);
158          }          }
159          elsif (/^\s*(\w+)\s*(?:(..)\s*(\w+)|\((.*)\))?\s*$/) # anything else          elsif (/^\s*(\w+[\*\+]{0,2})\s*(?:(..)\s*(\w+)|\((.*)\))?\s*$/) # anything else
160          {          {
161              my ($field, $rel_type, $to_table, $datatype) = ($1, $2, $3, $4);              my ($field, $rel_type, $to_table, $datatype) = ($1, $2, $3, $4);
162    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26