Skip to content

Commit

Permalink
Correction to include statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik authored and ChrisJefferson committed Aug 30, 2021
1 parent 1a0f502 commit 596bbfc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/libgap-api.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#ifndef LIBGAP_API_H
#define LIBGAP_API_H

#ifdef __cplusplus
extern "C" {
#endif

#include "system.h"

#include <setjmp.h>
Expand Down Expand Up @@ -502,4 +506,8 @@ Int GAP_ValueOfChar(Obj obj);
// Returns the GAP character object with value <obj>.
Obj GAP_CharWithValue(UChar obj);

#ifdef __cplusplus
}
#endif

#endif

0 comments on commit 596bbfc

Please sign in to comment.