mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-05 20:26:35 +02:00
Issue #388 - Prevent gcc 10.1 build errors
This commit is contained in:
parent
dba2183191
commit
d96eaab5cc
1 changed files with 2 additions and 2 deletions
|
@ -534,8 +534,8 @@ object Cyc_string2utf8(void *data, object cont, object str, object start,
|
||||||
* @brief Functions for interacting with the system
|
* @brief Functions for interacting with the system
|
||||||
*/
|
*/
|
||||||
/**@{*/
|
/**@{*/
|
||||||
int _cyc_argc;
|
extern int _cyc_argc;
|
||||||
char **_cyc_argv;
|
extern char **_cyc_argv;
|
||||||
object Cyc_installation_dir(void *data, object cont, object type);
|
object Cyc_installation_dir(void *data, object cont, object type);
|
||||||
object Cyc_compilation_environment(void *data, object cont, object var);
|
object Cyc_compilation_environment(void *data, object cont, object var);
|
||||||
object Cyc_command_line_arguments(void *data, object cont);
|
object Cyc_command_line_arguments(void *data, object cont);
|
||||||
|
|
Loading…
Add table
Reference in a new issue