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

    r29991 r34599  
    1 // -*- mode: c++; c-basic-offset: 4 -*-
    21/*
    32 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
     
    3231
    3332#include <stdbool.h>
    34 #include <stddef.h> // for size_t
     33#include <stddef.h> /* for size_t */
    3534
    3635#ifdef __cplusplus
     
    339338*/
    340339typedef struct {
    341     int                                 version; // current (and only) version is 0
     340    int                                 version; /* current (and only) version is 0 */
    342341    JSClassAttributes                   attributes;
    343342
     
    643642#endif
    644643
    645 #endif // JSObjectRef_h
     644#endif /* JSObjectRef_h */
Note: See TracChangeset for help on using the changeset viewer.