SQLite

Check-in [6a3d6142d8]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix the amalgamation so that it can be compiled with REDEF_IO enabled. (CVS 3782)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6a3d6142d8be18bf2a9913f0329bcce48867304b
User & Date: drh 2007-03-31 16:29:06.000
Context
2007-03-31
22:29
Add the amalgamation generator to the makefile. (CVS 3783) (check-in: a0f3c960fa user: drh tags: trunk)
16:29
Fix the amalgamation so that it can be compiled with REDEF_IO enabled. (CVS 3782) (check-in: 6a3d6142d8 user: drh tags: trunk)
15:28
Increase test coverage by statically defining SQLITE_BIGENDIAN and related macros for ix86 platforms. Still a run-time test for other architectures. Need to add additional cases to cover other popular processors. (CVS 3781) (check-in: 476e7c3fcc user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to tool/mksqlite3c.tcl.
101
102
103
104
105
106
107


108
109
110
111
112
113
114
115
116
117
118
119
120
121
122


# Process the source files.  Process files containing commonly
# used subroutines first in order to help the compiler find
# inlining opportunities.
#
foreach file {


   printf.c
   random.c
   utf.c
   util.c
   hash.c
   opcodes.c

   os.c
   os_os2.c
   os_unix.c
   os_win.c

   pager.c
   
   btree.c







>
>







<







101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116

117
118
119
120
121
122
123


# Process the source files.  Process files containing commonly
# used subroutines first in order to help the compiler find
# inlining opportunities.
#
foreach file {
   os.c

   printf.c
   random.c
   utf.c
   util.c
   hash.c
   opcodes.c


   os_os2.c
   os_unix.c
   os_win.c

   pager.c
   
   btree.c