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

    r29663 r34599  
    1 // -*- mode: c++; c-basic-offset: 4 -*-
    21/*
    32 * Copyright (C) 2006 Apple Computer, Inc.  All rights reserved.
     
    3130
    3231#include <stdbool.h>
    33 #include <stddef.h> // for size_t
     32#include <stddef.h> /* for size_t */
    3433
    3534#ifdef __cplusplus
     
    141140#endif
    142141
    143 #endif // JSStringRef_h
     142#endif /* JSStringRef_h */
Note: See TracChangeset for help on using the changeset viewer.