Zorgen dat de prioriteit van de 'distance' goed is; haakjes om de expressie
authorkaashoek <none@none>
Sun, 29 May 1988 15:22:18 +0000 (15:22 +0000)
committerkaashoek <none@none>
Sun, 29 May 1988 15:22:18 +0000 (15:22 +0000)
zetten

util/ceg/EM_parser/obj_EM_pars/dist.c

index 5fedc19..5d9433e 100644 (file)
@@ -9,7 +9,7 @@ char *lab;
 /* Just output a reference which must be filled in on a second pass */
 
 {
-       out( "$%s$ - %ld", lab, cur_pos);
+       out( "($%s$ - %ld)", lab, cur_pos);
 }