diff src/c/urweb.c @ 1431:4a6f84092399

Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'; change Postgres prepared statement compilation to make life easier for the GCC escape analysis; all this in support of better tail call optimization
author Adam Chlipala <adam@chlipala.net>
date Thu, 10 Mar 2011 18:51:15 -0500
parents eecbffc2b907
children 6ff10428de4a
line wrap: on
line diff
--- a/src/c/urweb.c	Wed Mar 02 18:35:03 2011 -0500
+++ b/src/c/urweb.c	Thu Mar 10 18:51:15 2011 -0500
@@ -20,7 +20,7 @@
 
 #include "types.h"
 
-uw_unit uw_unit_v = {};
+uw_unit uw_unit_v = 0;
 
 
 // Socket extras