Mercurial > urweb
comparison src/cjr_print.sml @ 1440:6064ddd90ca6
Fix C compilation of empty records; use DESTDIR in 'make install/uninstall'
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 20 Mar 2011 13:15:11 -0400 |
parents | 4a6f84092399 |
children | 36f7d1debb37 |
comparison
equal
deleted
inserted
replaced
1439:6ff10428de4a | 1440:6064ddd90ca6 |
---|---|
247 space, | 247 space, |
248 string "NULL"], | 248 string "NULL"], |
249 p] | 249 p] |
250 end | 250 end |
251 | 251 |
252 | PRecord [] => string "1" | |
252 | PRecord xps => | 253 | PRecord xps => |
253 p_list_sep (box [space, string "&&", space]) (fn (x, p, _) => p_patMatch (env, disc ^ ".__uwf_" ^ ident x) p) xps | 254 p_list_sep (box [space, string "&&", space]) (fn (x, p, _) => p_patMatch (env, disc ^ ".__uwf_" ^ ident x) p) xps |
254 | 255 |
255 | PNone _ => | 256 | PNone _ => |
256 box [string disc, | 257 box [string disc, |