mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-10-31 18:11:01 +03:00 
			
		
		
		
	Add <stddef.h> to sqliteInt.h. (CVS 2262)
FossilOrigin-Name: fede252d19cce6a88f6baff3362b057ab3b8af4b
This commit is contained in:
		
							
								
								
									
										12
									
								
								manifest
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								manifest
									
									
									
									
									
								
							| @@ -1,5 +1,5 @@ | |||||||
| C More\sdocumentation\schanges.\s\sAllow\sSQLITE_DEFAULT_CACHE_SIZE\sto\sset\sthe\ndefault\scache\ssize\sfor\sthe\spager\sat\scompile-time.\s(CVS\s2261) | C Add\s<stddef.h>\sto\ssqliteInt.h.\s(CVS\s2262) | ||||||
| D 2005-01-21T21:22:52 | D 2005-01-21T21:31:41 | ||||||
| F Makefile.in ffd81f5e926d40b457071b4de8d7c1fa18f39b5a | F Makefile.in ffd81f5e926d40b457071b4de8d7c1fa18f39b5a | ||||||
| F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 | F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 | ||||||
| F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1 | F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1 | ||||||
| @@ -61,7 +61,7 @@ F src/random.c eff68e3f257e05e81eae6c4d50a51eb88beb4ff3 | |||||||
| F src/select.c e204ca5292751ed889f2cbcf2d2808a4d29edd2c | F src/select.c e204ca5292751ed889f2cbcf2d2808a4d29edd2c | ||||||
| F src/shell.c 591364a0e9ca4ce53873e21e0294476c0c2b4770 | F src/shell.c 591364a0e9ca4ce53873e21e0294476c0c2b4770 | ||||||
| F src/sqlite.h.in 8249b697d71ef6d7f7f752ba4ca04058e9e8b5ff | F src/sqlite.h.in 8249b697d71ef6d7f7f752ba4ca04058e9e8b5ff | ||||||
| F src/sqliteInt.h 4a0651242aeeda0df5e724a78133d97035e09278 | F src/sqliteInt.h a6c82164e99c91d6e5a2ef6ddd65ea33b6952115 | ||||||
| F src/table.c 25b3ff2b39b7d87e8d4a5da0713d68dfc06cbee9 | F src/table.c 25b3ff2b39b7d87e8d4a5da0713d68dfc06cbee9 | ||||||
| F src/tclsqlite.c fd27457b228118be96524dae285146c76efe032b | F src/tclsqlite.c fd27457b228118be96524dae285146c76efe032b | ||||||
| F src/test1.c 35c055c934ea9797d1b8ca7083ced6a9b263f2ec | F src/test1.c 35c055c934ea9797d1b8ca7083ced6a9b263f2ec | ||||||
| @@ -271,7 +271,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc | |||||||
| F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618 | F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618 | ||||||
| F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 | F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 | ||||||
| F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd | F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd | ||||||
| P 45094abe38c3d35b0528fc28503aff604e9087f8 | P 2ddb6748751c0135a42e6d0bcc303d06d8e17cf3 | ||||||
| R f18f2d3fdfdd29eb6f952a323ebb7dc4 | R bfba4ab05fda7100e094155588bf4cd1 | ||||||
| U drh | U drh | ||||||
| Z 0d5625e7b40b3d8c1b65f3dd738c17a6 | Z 2e36c59f27869824e11595c5813b0bca | ||||||
|   | |||||||
| @@ -1 +1 @@ | |||||||
| 2ddb6748751c0135a42e6d0bcc303d06d8e17cf3 | fede252d19cce6a88f6baff3362b057ab3b8af4b | ||||||
| @@ -11,7 +11,7 @@ | |||||||
| ************************************************************************* | ************************************************************************* | ||||||
| ** Internal interface definitions for SQLite. | ** Internal interface definitions for SQLite. | ||||||
| ** | ** | ||||||
| ** @(#) $Id: sqliteInt.h,v 1.361 2005/01/21 21:22:52 drh Exp $ | ** @(#) $Id: sqliteInt.h,v 1.362 2005/01/21 21:31:41 drh Exp $ | ||||||
| */ | */ | ||||||
| #ifndef _SQLITEINT_H_ | #ifndef _SQLITEINT_H_ | ||||||
| #define _SQLITEINT_H_ | #define _SQLITEINT_H_ | ||||||
| @@ -55,6 +55,7 @@ | |||||||
| #include <stdlib.h> | #include <stdlib.h> | ||||||
| #include <string.h> | #include <string.h> | ||||||
| #include <assert.h> | #include <assert.h> | ||||||
|  | #include <stddef.h> | ||||||
|  |  | ||||||
| /* | /* | ||||||
| ** The maximum number of in-memory pages to use for the main database | ** The maximum number of in-memory pages to use for the main database | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user