I believe this is what was intended:

Index: ./plplot/bindings/f77/sfstubs.h
===================================================================
RCS file: /cvsroot/plplot/plplot/bindings/f77/sfstubs.h,v
retrieving revision 1.4
diff -u -r1.4 sfstubs.h
--- ./plplot/bindings/f77/sfstubs.h     27 Apr 2005 06:43:10 -0000      1.4
+++ ./plplot/bindings/f77/sfstubs.h     11 Jan 2007 21:26:50 -0000
@@ -37,6 +37,6 @@
        common /zzplstr4/ string4
        common /zzplstr5/ string5
        common /zzplstr6/ string6
-      common /zzplstr6/ string7
-      common /zzplstr6/ string8
-      common /zzplstr6/ string9
+      common /zzplstr7/ string7
+      common /zzplstr8/ string8
+      common /zzplstr9/ string9
Index: ./plplot/bindings/f95/sfstubs.h
===================================================================
RCS file: /cvsroot/plplot/plplot/bindings/f95/sfstubs.h,v
retrieving revision 1.2
diff -u -r1.2 sfstubs.h
--- ./plplot/bindings/f95/sfstubs.h     12 May 2006 17:36:19 -0000      1.2
+++ ./plplot/bindings/f95/sfstubs.h     11 Jan 2007 21:26:50 -0000
@@ -36,6 +36,6 @@
        common /zzplstr4/ string4
        common /zzplstr5/ string5
        common /zzplstr6/ string6
-      common /zzplstr6/ string7
-      common /zzplstr6/ string8
-      common /zzplstr6/ string9
+      common /zzplstr7/ string7
+      common /zzplstr8/ string8
+      common /zzplstr9/ string9

Interestingly enough, GNU f95 aborts with an illegal instruction on this 
code, otherwise I'm not sure it would have been caught.

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  [EMAIL PROTECTED]
Boulder, CO 80301              http://www.cora.nwra.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to