*/
/* }}} */
-#define _GNU_SOURCE
-
#include "cycript.hpp"
#include <cstdio>
if (optind == argc)
script = NULL;
else {
+#ifdef CY_EXECUTE
// XXX: const_cast?! wtf gcc :(
CYSetArgs(argc - optind - 1, const_cast<const char **>(argv + optind + 1));
+#endif
script = argv[optind];
if (strcmp(script, "-") == 0)
script = NULL;