Skip to content
Snippets Groups Projects
Commit 38079b03 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Fixed some missing this_program_does_not_exist constants.

parent b8d73f8f
No related branches found
No related tags found
No related merge requests found
...@@ -43,4 +43,7 @@ void create(string host, ...@@ -43,4 +43,7 @@ void create(string host,
::create(host||"", db||"", user||"", password||"", options); ::create(host||"", db||"", user||"", password||"", options);
} }
#else
constant this_program_does_not_exist = 1;
#endif #endif
...@@ -8,4 +8,6 @@ constant dont_dump_program = 1; ...@@ -8,4 +8,6 @@ constant dont_dump_program = 1;
inherit Sql.mysql_result; inherit Sql.mysql_result;
#else
constant this_program_does_not_exist = 1;
#endif #endif
...@@ -17,4 +17,7 @@ string server_info() ...@@ -17,4 +17,7 @@ string server_info()
{ {
return "Oracle"; return "Oracle";
} }
#else
constant this_program_does_not_exist = 1;
#endif /* constant(Oracle.oracle) */ #endif /* constant(Oracle.oracle) */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment