scripts/make-snapshot
author klao
Fri, 10 Mar 2006 18:06:26 +0000
changeset 2003 cf012a7c7f69
permissions -rwxr-xr-x
UnionFindEnum revision:

* 0 is _not_ convertible to list<...>::iterator, so we have to use other means
to define/check validity
* standard LEMON iterator interface for ClassIt and ItemIt
     1 #!/bin/bash
     2 
     3 make VERSION=r`svn info|grep 'Revision:'|cut -d ' ' -f 2` $*