diff options
| author | azidar | 2015-08-03 18:39:55 -0700 |
|---|---|---|
| committer | azidar | 2015-08-03 18:39:55 -0700 |
| commit | ff6dfecf42560ed2e2eb678adc9ca8d868a472bd (patch) | |
| tree | 1483818b3efa226bce74cca560f1aa38102ebcfa /src/main/stanza/flo.stanza | |
| parent | ec3bf6a6a74061721024dece229f7a6062f5c7fc (diff) | |
Changed name mangling to use _ as a delin. Fixed bug in checking for
invalid <> assignments.
Diffstat (limited to 'src/main/stanza/flo.stanza')
| -rw-r--r-- | src/main/stanza/flo.stanza | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/stanza/flo.stanza b/src/main/stanza/flo.stanza index 7ef942f2..812a917e 100644 --- a/src/main/stanza/flo.stanza +++ b/src/main/stanza/flo.stanza @@ -198,7 +198,7 @@ defn emit-module (m:InModule,sh:HashTable<Symbol,Int>) : public defn emit-flo (with-output:(() -> False) -> False, c:Circuit) : with-output $ { - emit-module(modules(c)[0] as InModule,get-sym-hash(modules(c)[0] as InModule)) + emit-module(modules(c)[0] as InModule,get-sym-hash(modules(c)[0] as InModule,v-keywords)) false } c |
