Skip to content

Commit

Permalink
maint: Merge default to bytecode-interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
arungiridhar committed Nov 19, 2024
2 parents 971d894 + b7e7aa3 commit f426819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libinterp/parse-tree/oct-parse.yy
Original file line number Diff line number Diff line change
Expand Up @@ -2205,7 +2205,7 @@ yyerror (octave::base_parser& parser, const char *s)

OCTAVE_BEGIN_NAMESPACE(octave)

class parse_exception : public std::runtime_error
class OCTINTERP_EXCEPTION_API parse_exception : public std::runtime_error
{
public:

Expand Down
2 changes: 1 addition & 1 deletion liboctave/util/quit.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class OCTAVE_EXCEPTION_API exit_exception : public std::exception
bool m_safe_to_return;
};

class interrupt_exception : public std::exception
class OCTAVE_EXCEPTION_API interrupt_exception : public std::exception
{
public:

Expand Down

0 comments on commit f426819

Please sign in to comment.