Author: kjs
Date: Thu Oct  4 09:50:16 2007
New Revision: 21836

Modified:
   trunk/src/pic.c

Log:
* update comment about get/set_result argument (removing parentheses)

Modified: trunk/src/pic.c
==============================================================================
--- trunk/src/pic.c     (original)
+++ trunk/src/pic.c     Thu Oct  4 09:50:16 2007
@@ -584,9 +584,9 @@
     /*
      * if we have these opcodes
      *
-     *   set_args '(..)' ...
+     *   set_args '..' ...
      *   set_p_pc Px, PFunx
-     *   get_results '(..)' ...
+     *   get_results '..' ...
      *   invokecc_p Px
      *
      * and all args are matching the called sub and we don't have

Reply via email to