librep r2929 - in trunk: . src
- From: chrisb svn gnome org
- To: svn-commits-list gnome org
- Subject: librep r2929 - in trunk: . src
- Date: Mon, 11 Aug 2008 14:01:50 +0000 (UTC)
Author: chrisb
Date: Mon Aug 11 14:01:50 2008
New Revision: 2929
URL: http://svn.gnome.org/viewvc/librep?rev=2929&view=rev
Log:
replace // comments with /* */
Modified:
trunk/ChangeLog
trunk/src/dlmalloc.c
Modified: trunk/src/dlmalloc.c
==============================================================================
--- trunk/src/dlmalloc.c (original)
+++ trunk/src/dlmalloc.c Mon Aug 11 14:01:50 2008
@@ -1004,9 +1004,9 @@
gAddressBase = gNextAddress =
(unsigned int)VirtualAlloc (new_address, new_size,
MEM_RESERVE, PAGE_NOACCESS);
- // repeat in case of race condition
- // The region that we found has been snagged
- // by another thread
+ /* repeat in case of race condition
+ The region that we found has been snagged
+ by another thread */
}
while (gAddressBase == 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]