Mercurial > urweb
comparison src/c/urweb.c @ 910:8e540df3294d
grid1 compiles but gets stuck in JS
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 25 Aug 2009 13:57:56 -0400 |
parents | e6070333d8a8 |
children | b873feb3eb52 |
comparison
equal
deleted
inserted
replaced
909:1d3f60e74ec7 | 910:8e540df3294d |
---|---|
1233 } | 1233 } |
1234 } | 1234 } |
1235 } | 1235 } |
1236 | 1236 |
1237 strcpy(s2, "\""); | 1237 strcpy(s2, "\""); |
1238 ctx->heap.front = s2 + 1; | 1238 ctx->heap.front = s2 + 2; |
1239 return r; | 1239 return r; |
1240 } | 1240 } |
1241 | 1241 |
1242 uw_Basis_string uw_Basis_jsifyString_ws(uw_context ctx, uw_Basis_string s) { | 1242 uw_Basis_string uw_Basis_jsifyString_ws(uw_context ctx, uw_Basis_string s) { |
1243 char *r, *s2; | 1243 char *r, *s2; |