Powered by Apache

CVS log for OpenXM/src/util/oxlistlocalf.h

[BACK] Up to [local] / OpenXM / src / util

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 25 07:09:26 2014 UTC (10 years, 1 month ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b, HEAD
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

Added the OpenXM tag.
Incidentally, it is a porting of src/k097/d.c.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Mar 25 07:08:25 2014 UTC (10 years, 1 month ago) by takayama
Branch: MAIN

oxlistlocalf asirProgram
outputs a list of the functions defined in the asirProgram.
For example, when the asirProgram is as
  def foo(X) {return(X);}
  def afo(X,Y) { return(X+Y);}
the oxlistlocalf outputs
localf foo$
localf afo$

I hope that it is useful to modulize asir programs.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>