Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven Gestegård Robertz
LabComm
Commits
d90ddbbf
Commit
d90ddbbf
authored
Mar 28, 2014
by
Sven Gestegård Robertz
Browse files
fixed cut-and-paste typo
parent
d0edc42d
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/CS_CodeGen.jrag
View file @
d90ddbbf
...
...
@@ -777,14 +777,14 @@ aspect CS_Info {
public void TypeDecl.CS_info(CS_env env, String namespace) {
env.print(";C#;typedef;" + namespace + getName() + ";");
getType().CS_emitType(env) ;
env.print(";not_applicable_for_
Java
");
env.print(";not_applicable_for_
C#
");
env.println();
}
public void SampleDecl.CS_info(CS_env env, String namespace) {
env.print(";C#;sample;" + namespace + getName() + ";");
getType().CS_emitType(env);
env.print(";not_applicable_for_
Java
");
env.print(";not_applicable_for_
C#
");
env.println();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment