The R Project SVN R

Rev

Rev 9869 | Rev 11515 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9869 Rev 10633
Line 18... Line 18...
18
# A copy of the GNU General Public License is available via WWW at
18
# A copy of the GNU General Public License is available via WWW at
19
# http://www.gnu.org/copyleft/gpl.html.	 You can also obtain it by
19
# http://www.gnu.org/copyleft/gpl.html.	 You can also obtain it by
20
# writing to the Free Software Foundation, Inc., 59 Temple Place,
20
# writing to the Free Software Foundation, Inc., 59 Temple Place,
21
# Suite 330, Boston, MA  02111-1307  USA.
21
# Suite 330, Boston, MA  02111-1307  USA.
22
 
22
 
23
# Send any bug reports to R-bugs@lists.r-project.org.
23
# Send any bug reports to r-bugs@r-project.org.
24
 
24
 
25
%leafcounts = ();
25
%leafcounts = ();
26
%totalcounts = ();
26
%totalcounts = ();
27
 
27
 
28
while (<>) {
28
while (<>) {