diff options
Diffstat (limited to 'compiler/ast.nim')
-rwxr-xr-x | compiler/ast.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index 905576655..69269be84 100755 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -406,7 +406,8 @@ type lfNoDecl, # do not declare it in C lfDynamicLib, # link symbol to dynamic library lfExportLib, # export symbol for dynamic library generation - lfHeader # include header file for symbol + lfHeader, # include header file for symbol + lfImportCompilerProc # ``importc`` of a compilerproc TStorageLoc* = enum OnUnknown, # location is unknown (stack, heap or static) OnStack, # location is on hardware stack |