1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Fix typo in a comment in the sqliteInt.h. No changes to code.

FossilOrigin-Name: 1716821ddb992fd6d1330604d4f59586bf056b00
This commit is contained in:
drh
2010-03-10 14:06:35 +00:00
parent 1d2b77944d
commit c92271c549
5 changed files with 13 additions and 13 deletions

View File

@@ -92,7 +92,7 @@
** The correct "ANSI" way to do this is to use the intptr_t type.
** Unfortunately, that typedef is not available on all compilers, or
** if it is available, it requires an #include of specific headers
** that very from one machine to the next.
** that vary from one machine to the next.
**
** Ticket #3860: The llvm-gcc-4.2 compiler from Apple chokes on
** the ((void*)&((char*)0)[X]) construct. But MSVC chokes on ((void*)(X)).