Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Nov 29, 2023
1 parent ca2b4f8 commit 1fd8e38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions libcob/coblocal.h
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ COB_HIDDEN int cob_check_env_true (char*);
COB_HIDDEN int cob_check_env_false (char*);
COB_HIDDEN const char *cob_get_last_exception_name (void);
COB_HIDDEN void cob_parameter_check (const char *, const int);
COB_HIDDEN char* cob_get_strerror (void);

enum cob_case_modifier {
CCM_NONE,
Expand Down
1 change: 0 additions & 1 deletion libcob/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,6 @@ COB_EXPIMP int cob_last_exception_is (const int);

COB_EXPIMP int cob_last_exit_code (void);
COB_EXPIMP const char* cob_last_runtime_error (void);
COB_EXPIMP char* cob_get_strerror (void);

COB_EXPIMP void cob_runtime_hint (const char *, ...) COB_A_FORMAT12;
COB_EXPIMP void cob_runtime_error (const char *, ...) COB_A_FORMAT12;
Expand Down

0 comments on commit 1fd8e38

Please sign in to comment.