webengine/webkitutils/SqliteSymbian/sqliteInt.h
branchRCL_3
changeset 48 79859ed3eea9
parent 26 cb62a4f66ebe
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    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 <stddef.h>
    68 #include <libc/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