diff --git a/src/tcompiler.cpp b/src/tcompiler.cpp index 03e269d4..3839950a 100644 --- a/src/tcompiler.cpp +++ b/src/tcompiler.cpp @@ -2350,9 +2350,9 @@ struct FunctionEmitter { bool isPointerToFunction(Type *t) { return t->isPointerTy() #if LLVM_VERSION < 160 - && t->getPointerElementType()->isFunctionTy() + && t->getPointerElementType()->isFunctionTy() #endif -; + ; } Value *emitStructSelect(Obj *structType, Value *structPtr, int index, Obj *entryType) {