Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Unified Diff: ports/devenv/jseval.c

Issue 1417223003: Switch from using 'nacl_main' to 'main' entry point (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/devenv/build.sh ('k') | ports/devenv/tests/devenv_small_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/devenv/jseval.c
diff --git a/ports/devenv/jseval.c b/ports/devenv/jseval.c
index 5bae17e888a3dfa9f431ac1c17b1eb2166fc4644..0b68ea1207a7e22a8597bc853817bbb00b115892 100644
--- a/ports/devenv/jseval.c
+++ b/ports/devenv/jseval.c
@@ -65,7 +65,7 @@ static void write_file(const void* data, size_t len, const char* filename) {
fclose(file);
}
-int nacl_main(int argc, char** argv) {
+int main(int argc, char** argv) {
char* indata = 0;
const char* cmd;
char* outdata;
« no previous file with comments | « ports/devenv/build.sh ('k') | ports/devenv/tests/devenv_small_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698