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/JSStringRefBSTR.h

    r29663 r34599  
    1 // -*- mode: c++; c-basic-offset: 4 -*-
    21/*
    32 * Copyright (C) 2007 Apple Inc.  All rights reserved.
     
    3938#endif
    4039
    41 // COM convenience methods
     40/* COM convenience methods */
    4241
    4342/*!
     
    6160#endif
    6261
    63 #endif // JSStringRefBSTR_h
     62#endif /* JSStringRefBSTR_h */
Note: See TracChangeset for help on using the changeset viewer.