Ignore:
Timestamp:
Jun 16, 2008, 6:48:51 AM (17 years ago)
Author:
[email protected]
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JavaScript.h

    r29663 r34599  
    1 // -*- mode: c++; c-basic-offset: 4 -*-
    21/*
    32 * Copyright (C) 2006 Apple Inc. All rights reserved.
     
    3534#include <JavaScriptCore/JSValueRef.h>
    3635
    37 #endif // JavaScript_h
     36#endif /* JavaScript_h */
Note: See TracChangeset for help on using the changeset viewer.