summaryrefslogtreecommitdiff
path: root/games/xevil/files/patch-cmn__physical.h
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /games/xevil/files/patch-cmn__physical.h
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes: svn path=/head/; revision=363362
Diffstat (limited to 'games/xevil/files/patch-cmn__physical.h')
-rw-r--r--games/xevil/files/patch-cmn__physical.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xevil/files/patch-cmn__physical.h b/games/xevil/files/patch-cmn__physical.h
new file mode 100644
index 000000000000..5f668d4dbe36
--- /dev/null
+++ b/games/xevil/files/patch-cmn__physical.h
@@ -0,0 +1,11 @@
+--- cmn/physical.h.orig Wed Jan 19 12:54:08 2000
++++ cmn/physical.h Mon Nov 3 21:36:14 2003
+@@ -93,7 +93,7 @@
+ CLASSNAME::CLASSNAME(InStreamP in,const CLASSNAME ## Context &cx, \
+ CLASSNAME ## Xdata &x_data, \
+ WorldP w,LocatorP l) \
+- : PARENT(in,cx. ## parent ## Context,x_data,w,l)
++ : PARENT(in,cx. parent ## Context,x_data,w,l)
+
+ // Used by internal nodes and leaves.
+ #define DEFINE_UPDATE_FROM_STREAM(CLASSNAME,PARENT) \