[xdebug-dev] xdebug xdebug/usefulstuff.h - Add the TSRMLS_CC to the declaration too.

From: Derick Rethans <derick[@]derickrethans.nl>
Date: Mon, 30 Aug 2004 15:48:41 +0200

Date: Mon Aug 30 15:48:41 CEST 2004
User: Derick Rethans
Directory: xdebug

Log Message:
[0.05]
- Add the TSRMLS_CC to the declaration too.

Modified files:
           xdebug/usefulstuff.h (version: 1.12)

[FILE: /xdebug/usefulstuff.h]

===================================================================
RCS file: cvstemp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xdebug/usefulstuff.h:1.11 Fri Mar 05 13:29:42 2004 GMT
+++ xdebug/usefulstuff.h Mon Aug 30 11:48:41 2004 GMT
@@ -57,7 +57,7 @@
 double xdebug_get_utime(void);
 char* xdebug_get_time(void);
 char *xdebug_path_to_url(const char *fileurl);
-char *xdebug_path_from_url(const char *fileurl);
+char *xdebug_path_from_url(const char *fileurl TSRMLS_CC);
 
 #define XDEBUG_CRC32(crc, ch) (crc = (crc >> 8) ^ xdebug_crc32tab[(crc ^ (ch)) & 0xff])
 
Received on Mon Aug 30 2004 - 15:48:50 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST