webengine/webkitutils/SqliteSymbian/sqliteInt.h
branchRCL_3
changeset 94 919f36ff910f
parent 93 79859ed3eea9
equal deleted inserted replaced
93:79859ed3eea9 94:919f36ff910f
    63 #include "parse.h"
    63 #include "parse.h"
    64 #include <stdio.h>
    64 #include <stdio.h>
    65 #include <stdlib.h>
    65 #include <stdlib.h>
    66 #include <string.h>
    66 #include <string.h>
    67 #include <assert.h>
    67 #include <assert.h>
    68 #include <libc/stddef.h>
    68 #include <stddef.h>
    69 
    69 
    70 /*
    70 /*
    71 ** If compiling for a processor that lacks floating point support,
    71 ** If compiling for a processor that lacks floating point support,
    72 ** substitute integer for floating-point
    72 ** substitute integer for floating-point
    73 */
    73 */
  1879 #ifdef SQLITE_SSE
  1879 #ifdef SQLITE_SSE
  1880 #include "sseInt.h"
  1880 #include "sseInt.h"
  1881 #endif
  1881 #endif
  1882 
  1882 
  1883 #endif
  1883 #endif
       
  1884