Skip to content

Commit

Permalink
Comment.
Browse files Browse the repository at this point in the history
	modified:   ide/cgen/src/main/java/org/overture/ide/plugins/cgen/generator/CGenerator.java
  • Loading branch information
Victor Bandur committed Sep 29, 2016
1 parent c234720 commit 55211dd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -65,6 +65,7 @@ public void generate(File cCodeOutputFolder) throws CoreException,

//Emit empty main.c file so that the generated project compiles.
emitMainFile(new File(cCodeOutputFolder + File.separator + "main.c"));
//Emit file containing the mapping between model names and mangled names as #defines.
emitMangledNamesHeaderFile(new File(cCodeOutputFolder + File.separator + "MangledNames.h"));


Expand Down

0 comments on commit 55211dd

Please sign in to comment.