Mercurial > urweb
comparison src/cjr_print.sml @ 492:4a241d108a2c
Handle nullary transaction pages; avoid marking up headers array when reading cookies
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 11 Nov 2008 18:39:38 -0500 |
parents | 0fd65c50e0e2 |
children | ae03d09043c1 |
comparison
equal
deleted
inserted
replaced
491:0fd65c50e0e2 | 492:4a241d108a2c |
---|---|
1479 newline, | 1479 newline, |
1480 string "})"] | 1480 string "})"] |
1481 in | 1481 in |
1482 box [string "({", | 1482 box [string "({", |
1483 newline, | 1483 newline, |
1484 string "uw_Basis_string request = ", | 1484 string "uw_Basis_string request = uw_Basis_strdup(ctx, ", |
1485 p_exp env e, | 1485 p_exp env e, |
1486 string ";", | 1486 string ");", |
1487 newline, | 1487 newline, |
1488 newline, | 1488 newline, |
1489 string "(request ? ", | 1489 string "(request ? ", |
1490 getIt (), | 1490 getIt (), |
1491 string " : NULL);", | 1491 string " : NULL);", |