Diff
Not logged in

Differences From:

File src/main.c part of check-in [da4f0c2638] - Made remove_from_argv public for use by the upcoming test-import-manifest command. Fixed description of verify_all_options. Initialized variable to silence gcc warning. by aku on 2008-02-01 05:29:52. [view]

To:

File src/main.c part of check-in [fde1d82372] - Cut over all code to use TH1 instead of subscript. Completely remove the subscript interpreter from the source tree. by drh on 2008-02-13 22:31:59. Also file src/main.c part of check-in [588bb7cd73] - Merged to ed26056bb5. by aku on 2008-02-24 18:50:35. [view]

@@ -66,8 +66,9 @@
   int iErrPriority;       /* Priority of current error message */
   char *zErrMsg;          /* Text of an error message */
   Blob cgiIn;             /* Input to an xfer www method */
   int cgiPanic;           /* Write error messages to CGI */
+  Th_Interp *interp;      /* The TH1 interpreter */
 
   int *aCommitFile;
 
   int urlIsFile;          /* True if a "file:" url */