commit | c48b89d0122cca2f85353e87ba4b707b760187a3 | [log] [tgz] |
---|---|---|
author | christian@webkit.org <christian@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Jun 16 13:48:51 2008 +0000 |
committer | christian@webkit.org <christian@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Mon Jun 16 13:48:51 2008 +0000 |
tree | d762d29bb4861fcca0481f39a4af7a64c7671b36 | |
parent | ab7f01fc863b2c2c75817e9b164919e1cf1fa9a6 [diff] [blame] |
JavaScriptCore headers use C++ style comments https://bugs.webkit.org/show_bug.cgi?id=19552 Replace all C++ style comments with C style multiline comments and remove all "mode" lines. Reviewed by Sam. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34599 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/JavaScriptCore/API/JavaScript.h b/JavaScriptCore/API/JavaScript.h index 3a6cc38..f8d92d8 100644 --- a/JavaScriptCore/API/JavaScript.h +++ b/JavaScriptCore/API/JavaScript.h
@@ -1,4 +1,3 @@ -// -*- mode: c++; c-basic-offset: 4 -*- /* * Copyright (C) 2006 Apple Inc. All rights reserved. * Copyright (C) 2008 Alp Toker <alp@atoker.com> @@ -34,4 +33,4 @@ #include <JavaScriptCore/JSObjectRef.h> #include <JavaScriptCore/JSValueRef.h> -#endif // JavaScript_h +#endif /* JavaScript_h */