Skip to content
Snippets Groups Projects
Commit fef3313b authored by sof's avatar sof
Browse files

[project @ 1997-03-14 03:44:04 by sof]

AIX const removal hack
parent fff89d35
No related merge requests found
......@@ -18,6 +18,10 @@ These are the single, global static instances of each rep table type.
#include "rtsdefs.h"
#include "../storage/SMinternal.h"
#ifdef aix_TARGET_OS /* AIX gives link errors with consts in this file (RO assembler section) */
#define const /* */
#endif
EXTFUN(_PRIn_0);
EXTFUN(_PRIn_1);
EXTFUN(_PRIn_2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment