Changeset 12897 in webkit for trunk/JavaScriptCore/kxmlcore/Assertions.h
- Timestamp:
- Feb 19, 2006, 9:20:40 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kxmlcore/Assertions.h
r12304 r12897 1 1 // -*- mode: c++; c-basic-offset: 4 -*- 2 2 /* 3 * Copyright (C) 2003 Apple Computer, Inc. All rights reserved.3 * Copyright (C) 2003, 2006 Apple Computer, Inc. All rights reserved. 4 4 * 5 5 * Redistribution and use in source and binary forms, with or without … … 158 158 #endif 159 159 160 // ERROR160 // LOG_ERROR 161 161 162 162 #if ERROR_DISABLED 163 #define ERROR(...) ((void)0)163 #define LOG_ERROR(...) ((void)0) 164 164 #else 165 #define ERROR(...) KXCReportError(__FILE__, __LINE__, KXMLCORE_PRETTY_FUNCTION, __VA_ARGS__)165 #define LOG_ERROR(...) KXCReportError(__FILE__, __LINE__, KXMLCORE_PRETTY_FUNCTION, __VA_ARGS__) 166 166 #endif 167 167
Note:
See TracChangeset
for help on using the changeset viewer.