diff options
author | Lynn C. Rees <lcrees@gmail.com> | 2017-11-15 13:58:11 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-15 21:58:11 +0100 |
commit | ac5dff2e04f4f8e2c4aa6537e89d26c2ca09b946 (patch) | |
tree | 1ce0f9f39d2e50009881bbc8e0f8ffc88359e8cb /examples/cross_calculator/nim_commandline | |
parent | 5e66a7ce591f8abf2cddeffe8389c53a3183c2a8 (diff) | |
download | Nim-ac5dff2e04f4f8e2c4aa6537e89d26c2ca09b946.tar.gz |
Change expr/stmt in examples to untyped (#6734)
Diffstat (limited to 'examples/cross_calculator/nim_commandline')
-rw-r--r-- | examples/cross_calculator/nim_commandline/nim.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cross_calculator/nim_commandline/nim.cfg b/examples/cross_calculator/nim_commandline/nim.cfg index 41c034430..6f0cb4a01 100644 --- a/examples/cross_calculator/nim_commandline/nim.cfg +++ b/examples/cross_calculator/nim_commandline/nim.cfg @@ -1,4 +1,4 @@ -# Nimrod configuration file. +# Nim configuration file. # The file is used only to add the path of the backend to the compiler options. path="../nim_backend" |