Simplification of the syntax: Merely append "WITHOUT rowid" to the end of
the table definition.
FossilOrigin-Name: 131cc6e152abe1a2d48e6d8d40d2c2f8dbe723e7
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 9f7215e..e69f274 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -2773,7 +2773,7 @@
void sqlite3AddColumnType(Parse*,Token*);
void sqlite3AddDefaultValue(Parse*,ExprSpan*);
void sqlite3AddCollateType(Parse*, Token*);
-void sqlite3EndTable(Parse*,Token*,Token*,Token*,IdList*,Select*);
+void sqlite3EndTable(Parse*,Token*,Token*,u8,Select*);
int sqlite3ParseUri(const char*,const char*,unsigned int*,
sqlite3_vfs**,char**,char **);
Btree *sqlite3DbNameToBtree(sqlite3*,const char*);