[Scummvm-cvs-logs] SF.net SVN: scummvm: [25040] scummvm/trunk/engines/scumm/saveload.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Jan 6 20:09:40 CET 2007


Revision: 25040
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25040&view=rev
Author:   fingolfin
Date:     2007-01-06 11:09:39 -0800 (Sat, 06 Jan 2007)

Log Message:
-----------
Updated POD explanation link

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/saveload.h

Modified: scummvm/trunk/engines/scumm/saveload.h
===================================================================
--- scummvm/trunk/engines/scumm/saveload.h	2007-01-06 18:52:30 UTC (rev 25039)
+++ scummvm/trunk/engines/scumm/saveload.h	2007-01-06 19:09:39 UTC (rev 25040)
@@ -71,7 +71,8 @@
  * what our OFFS macro does. Now, for non-POD types this is not really legal, because
  * member need not be at a fixed offset relative to the variable, even if they are in
  * current reality (many of our complex structs are non-POD; for an explanation of
- * what POD means refer to http://www-cpd.fnal.gov/personal/wb/boost/ISOcxx/doc/POD.html)
+ * what POD means refer to <http://en.wikipedia.org/wiki/Plain_Old_Data_Structures> or
+ * to <http://www.informit.com/guides/content.asp?g=cplusplus&seqNum=32&rl=1>)
  */
 #define OFFS(type,item) (((ptrdiff_t)(&((type*)42)->type::item))-42)
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list