diff options
Diffstat (limited to 'lib/system/cgprocs.nim')
-rw-r--r-- | lib/system/cgprocs.nim | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/system/cgprocs.nim b/lib/system/cgprocs.nim new file mode 100644 index 000000000..9a7645f9b --- /dev/null +++ b/lib/system/cgprocs.nim @@ -0,0 +1,10 @@ +# +# +# Nim's Runtime Library +# (c) Copyright 2012 Andreas Rumpf +# +# See the file "copying.txt", included in this +# distribution, for details about the copyright. +# + +# Headers for procs that the code generator depends on ("compilerprocs") |