Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
98ce0e89
Commit
98ce0e89
authored
Dec 05, 2013
by
Houtan Bastani
Browse files
ms-sbvar: support ctrl-c changes in submodule, #304
(cherry picked from commit
a8d07308
)
parent
ef8fbf4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
mex/build/matlab/ms_sbvar/Makefile.am
View file @
98ce0e89
include
../mex.am
include
../../ms_sbvar.am
ms_sbvar_create_init_file_LDADD
=
-lut
ms_sbvar_command_line_LDADD
=
-lut
mex/sources/ms-sbvar/modify_for_mex.h
View file @
98ce0e89
...
...
@@ -32,6 +32,14 @@
#define dw_free mxFree
#define dw_exit msExit
/* Handle Ctrl-C in Matlab/Octave */
#ifdef MATLAB_MEX_FILE
extern
bool
utIsInterruptPending
();
#else
#include <octave/config.h>
#include <octave/quit.h>
#endif
void
msExit
(
int
status
);
extern
int
constant_seed
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment