develooper Front page | perl.cvs.parrot | Postings from January 2009

[svn:parrot] r34757 - trunk/compilers/pirc/new

From:
kjs
Date:
January 1, 2009 11:14
Subject:
[svn:parrot] r34757 - trunk/compilers/pirc/new
Message ID:
20090101191438.52555CB9FA@x12.develooper.com
Author: kjs
Date: Thu Jan  1 11:14:37 2009
New Revision: 34757

Modified:
   trunk/compilers/pirc/new/pirregalloc.h

Log:
[pirc] fix a typo.

Modified: trunk/compilers/pirc/new/pirregalloc.h
==============================================================================
--- trunk/compilers/pirc/new/pirregalloc.h	(original)
+++ trunk/compilers/pirc/new/pirregalloc.h	Thu Jan  1 11:14:37 2009
@@ -86,7 +86,7 @@
 
 lsr_allocator *new_linear_scan_register_allocator(struct lexer_state *lexer);
 
-void destroy_linear_scan_regiser_allocator(lsr_allocator *lsr);
+void destroy_linear_scan_register_allocator(lsr_allocator *lsr);
 
 live_interval * new_live_interval(lsr_allocator * const lsr, unsigned firstuse, pir_type type);
 



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About