Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(271)

Unified Diff: src/liboslcomp/oslcomp.cpp

Issue 189060: Bug fix with compound initializers (Closed) Base URL: http://openshadinglanguage.googlecode.com/svn/trunk/
Patch Set: Created 14 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/liboslcomp/codegen.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/liboslcomp/oslcomp.cpp
===================================================================
--- src/liboslcomp/oslcomp.cpp (revision 517)
+++ src/liboslcomp/oslcomp.cpp (working copy)
@@ -601,7 +601,7 @@
}
if (m_ircode.size() == 0) // If no code, still need a code marker
- oso ("code main\n");
+ oso ("code ___main___\n");
oso ("\tend\n");
« no previous file with comments | « src/liboslcomp/codegen.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b