Akim Demaille
e5fb671032
* src/vcg.c (quote): Use slot 2, since we often pass symbol tag
...
escaped in slot 0.
2002-06-30 17:30:09 +00:00
Akim Demaille
275fc3ad0f
Some host fail on `assert (!"foo")', which expands to
...
((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
Reported by Nelson Beebee.
* src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
`#define it_succeeded 0' and `assert (it_succeeded)'.
2001-12-18 09:33:44 +00:00
Akim Demaille
08a946e008
* src/vcg.c: You do the output, so you are responsible of the
...
handling of VCG syntax, in particular: use quotearg.
* src/print_graph.c: Don't.
(print_actions): Don't output the actions as part of the nodes,
since that's the job of the edges.
(print_state): Don't output by hand: fill the node description,
and ask for its output.
2001-11-19 10:28:29 +00:00
Akim Demaille
342b8b6e21
Merge in branch-1_29.
2001-10-04 14:55:21 +00:00
Akim Demaille
7cae438bd8
po/POTFILES.in: Complete it even more.
2001-08-15 08:49:20 +00:00
Akim Demaille
c427611526
po/POTFILES.in: Complete.
2001-08-15 08:47:15 +00:00
Marc Autret
600cad3b84
VCG updates
2001-08-08 20:31:21 +00:00
Akim Demaille
3e3da79762
* src/print_graph.c (print_actions): CPP out useless code.
...
* src/vcg.c (complain.h): Include it.
Unepitaize `return' invocations.
* src/vcg.c [NDEBUG] (main): Remove.
2001-08-06 09:50:38 +00:00
Akim Demaille
ce4d5ce009
* src/print_graph.c, src/print_graph.h (graph): New.
...
* src/vcg.h: New file.
* src/vcg.c: New file, VCG graph handling.
2001-08-06 09:05:53 +00:00