Changeset 34599 in webkit for trunk/JavaScriptCore/API/JSStringRef.h
- Timestamp:
- Jun 16, 2008, 6:48:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/JSStringRef.h
r29663 r34599 1 // -*- mode: c++; c-basic-offset: 4 -*-2 1 /* 3 2 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. … … 31 30 32 31 #include <stdbool.h> 33 #include <stddef.h> / / for size_t32 #include <stddef.h> /* for size_t */ 34 33 35 34 #ifdef __cplusplus … … 141 140 #endif 142 141 143 #endif / / JSStringRef_h142 #endif /* JSStringRef_h */
Note:
See TracChangeset
for help on using the changeset viewer.