summaryrefslogtreecommitdiff
path: root/includes/compiler/CMachine.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/compiler/CMachine.h')
-rw-r--r--includes/compiler/CMachine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/compiler/CMachine.h b/includes/compiler/CMachine.h
index a4bc1a5..be763d5 100644
--- a/includes/compiler/CMachine.h
+++ b/includes/compiler/CMachine.h
@@ -71,7 +71,7 @@ extern SInt32 CMach_StructLayoutGetOffset(Type *type, UInt32 qual);
extern SInt32 CMach_StructLayoutBitfield(TypeBitfield *tbitfield, UInt32 qual);
extern UInt8 CMach_GetFunctionResultClass(TypeFunc *tfunc);
extern Boolean CMach_PassResultInHiddenArg(Type *type);
-extern const char *CMach_GetCPU(void);
+extern char *CMach_GetCPU(void);
extern Boolean CMach_FloatIsPowerOf2(Float flt);
extern Float CMach_FloatReciprocal(Float flt);
extern SInt32 CMach_RoundedSizeOf(Object *object);