I checked; it&#39;s a different version of flex with which I regenerated hdocprep.l; no functional changes.<div><br></div><div>kjs<br><br><div class="gmail_quote">On Fri, Feb 13, 2009 at 3:30 PM, kjstol <span dir="ltr">&lt;<a href="mailto:parrotcode@gmail.com">parrotcode@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">yes you&#39;re right. I suspect it&#39;s the bison version I&#39;m using, in which case it should be fine, but I&#39;ll check it out. I&#39;m fairly sure I had a clean wc when I changed the copyright notices.<div>
<br></div>
<div>thanks for the hint.</div><div><br></div><div>kjs<div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Fri, Feb 13, 2009 at 3:11 PM, jerry gay <span dir="ltr">&lt;<a href="mailto:jerry.gay@gmail.com" target="_blank">jerry.gay@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Fri, Feb 13, 2009 at 02:20, &nbsp;&lt;<a href="mailto:kjs@svn.parrot.org" target="_blank">kjs@svn.parrot.org</a>&gt; wrote:<br>

&gt; Author: kjs<br>
&gt; Date: Fri Feb 13 10:20:10 2009<br>
&gt; New Revision: 36665<br>
&gt; URL: <a href="https://trac.parrot.org/parrot/changeset/36665" target="_blank">https://trac.parrot.org/parrot/changeset/36665</a><br>
&gt;<br>
&gt; Log:<br>
&gt; [pirc] update Copyright; s/The Perl/Parrot/<br>
&gt;<br>
&gt; Modified:<br>
&gt; &nbsp; trunk/compilers/pirc/src/bcgen.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/bcgen.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/hdocprep.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/hdocprep.l<br>
&gt; &nbsp; trunk/compilers/pirc/src/main.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/pir.l<br>
&gt; &nbsp; trunk/compilers/pirc/src/pir.y<br>
&gt; &nbsp; trunk/compilers/pirc/src/pircapi.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/pircapi.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/pircompiler.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/pircompiler.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/pircompunit.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/pircompunit.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirdefines.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/piremit.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/piremit.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirerr.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirerr.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirheredoc.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirmacro.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirmacro.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirop.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirop.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirparser.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirpcc.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirpcc.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirregalloc.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirregalloc.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirsymbol.c<br>
&gt; &nbsp; trunk/compilers/pirc/src/pirsymbol.h<br>
&gt; &nbsp; trunk/compilers/pirc/src/piryy.h<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/bcgen.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/bcgen.c &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/bcgen.c &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt; &nbsp;#include &lt;stdio.h&gt;<br>
&gt; &nbsp;#include &lt;assert.h&gt;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/bcgen.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/bcgen.h &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/bcgen.h &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#ifndef PARROT_BCGEN_H_GUARD<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/hdocprep.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/hdocprep.c Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/hdocprep.c Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -31,10 +31,18 @@<br>
&gt;<br>
&gt; &nbsp;/* A lexical scanner generated by flex */<br>
&gt;<br>
&gt; +/* %not-for-header */<br>
&gt; +<br>
&gt; +/* %if-c-only */<br>
&gt; +/* %if-not-reentrant */<br>
&gt; +/* %endif */<br>
&gt; +/* %endif */<br>
&gt; +/* %ok-for-header */<br>
&gt; +<br>
&gt; &nbsp;#define FLEX_SCANNER<br>
&gt; &nbsp;#define YY_FLEX_MAJOR_VERSION 2<br>
&gt; &nbsp;#define YY_FLEX_MINOR_VERSION 5<br>
&gt; -#define YY_FLEX_SUBMINOR_VERSION 33<br>
&gt; +#define YY_FLEX_SUBMINOR_VERSION 35<br>
&gt; &nbsp;#if YY_FLEX_SUBMINOR_VERSION &gt; 0<br>
&gt; &nbsp;#define FLEX_BETA<br>
&gt; &nbsp;#endif<br>
&gt; @@ -72,7 +80,7 @@<br>
&gt;<br>
&gt; &nbsp;/* C99 systems have &lt;inttypes.h&gt;. Non-C99 systems may or may not. */<br>
&gt;<br>
&gt; -#if __STDC_VERSION__ &gt;= 199901L<br>
&gt; +#if defined (__STDC_VERSION__) &amp;&amp; __STDC_VERSION__ &gt;= 199901L<br>
&gt;<br>
&gt; &nbsp;/* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,<br>
&gt; &nbsp;* if you want the limit (max/min) macros for int types.<br>
&gt; @@ -140,11 +148,12 @@<br>
&gt;<br>
&gt; &nbsp;#else &nbsp; /* ! __cplusplus */<br>
&gt;<br>
&gt; -#if __STDC__<br>
&gt; +/* C99 requires __STDC__ to be defined as 1. */<br>
&gt; +#if defined (__STDC__)<br>
&gt;<br>
&gt; &nbsp;#define YY_USE_CONST<br>
&gt;<br>
&gt; -#endif &nbsp;/* __STDC__ */<br>
&gt; +#endif &nbsp;/* defined (__STDC__) */<br>
&gt; &nbsp;#endif &nbsp;/* ! __cplusplus */<br>
&gt;<br>
&gt; &nbsp;#ifdef YY_USE_CONST<br>
&gt; @@ -188,7 +197,6 @@<br>
&gt; &nbsp;#define yycolumn (YY_CURRENT_BUFFER_LVALUE-&gt;yy_bs_column)<br>
&gt; &nbsp;#define yy_flex_debug yyg-&gt;yy_flex_debug_r<br>
&gt;<br>
&gt; -int yylex_init (yyscan_t* scanner);<br>
&gt; &nbsp;/* %endif */<br>
&gt;<br>
&gt; &nbsp;/* %if-not-reentrant */<br>
&gt; @@ -272,14 +280,9 @@<br>
&gt;<br>
&gt; &nbsp;#define unput(c) yyunput( c, yyg-&gt;yytext_ptr , yyscanner )<br>
&gt;<br>
&gt; -/* The following is because we cannot portably get our hands on size_t<br>
&gt; - * (without autoconf&#39;s help, which isn&#39;t available because we want<br>
&gt; - * flex-generated scanners to compile on their own).<br>
&gt; - */<br>
&gt; -<br>
&gt; &nbsp;#ifndef YY_TYPEDEF_YY_SIZE_T<br>
&gt; &nbsp;#define YY_TYPEDEF_YY_SIZE_T<br>
&gt; -typedef unsigned int yy_size_t;<br>
&gt; +typedef size_t yy_size_t;<br>
&gt; &nbsp;#endif<br>
&gt;<br>
&gt; &nbsp;#ifndef YY_STRUCT_YY_BUFFER_STATE<br>
&gt; @@ -663,7 +666,7 @@<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt; @@ -889,7 +892,7 @@<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; -#line 893 &quot;hdocprep.c&quot;<br>
&gt; +#line 896 &quot;hdocprep.c&quot;<br>
&gt;<br>
&gt; &nbsp;#define INITIAL 0<br>
&gt; &nbsp;#define POD 1<br>
&gt; @@ -960,8 +963,14 @@<br>
&gt;<br>
&gt; &nbsp;/* %if-reentrant */<br>
&gt;<br>
&gt; +int yylex_init (yyscan_t* scanner);<br>
&gt; +<br>
&gt; +int yylex_init_extra (YY_EXTRA_TYPE user_defined,yyscan_t* scanner);<br>
&gt; +<br>
&gt; &nbsp;/* %endif */<br>
&gt;<br>
&gt; +/* %endif End reentrant structures and macros. */<br>
&gt; +<br>
&gt; &nbsp;/* Accessor methods to globals.<br>
&gt; &nbsp; &nbsp;These are made visible to non-reentrant scanners for convenience. */<br>
&gt;<br>
&gt; @@ -993,7 +1002,6 @@<br>
&gt;<br>
&gt; &nbsp;/* %if-bison-bridge */<br>
&gt; &nbsp;/* %endif */<br>
&gt; -/* %endif End reentrant structures and macros. */<br>
&gt;<br>
&gt; &nbsp;/* Macros after this point can all be overridden by user definitions in<br>
&gt; &nbsp;* section 1.<br>
&gt; @@ -1054,7 +1062,7 @@<br>
&gt; &nbsp;/* This used to be an fputs(), but since the string might contain NUL&#39;s,<br>
&gt; &nbsp;* we now use fwrite().<br>
&gt; &nbsp;*/<br>
&gt; -#define ECHO (void) fwrite( yytext, yyleng, 1, yyout )<br>
&gt; +#define ECHO fwrite( yytext, yyleng, 1, yyout )<br>
&gt; &nbsp;/* %endif */<br>
&gt; &nbsp;/* %if-c++-only C++ definition */<br>
&gt; &nbsp;/* %endif */<br>
&gt; @@ -1069,7 +1077,7 @@<br>
&gt; &nbsp; &nbsp; if ( YY_CURRENT_BUFFER_LVALUE-&gt;yy_is_interactive ) \<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; { \<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; int c = &#39;*&#39;; \<br>
&gt; - &nbsp; &nbsp; &nbsp; &nbsp;size_t n; \<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;int n; \<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; for ( n = 0; n &lt; max_size &amp;&amp; \<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(c = getc( yyin )) != EOF &amp;&amp; c != &#39;\n&#39;; ++n ) \<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; buf[n] = (char) c; \<br>
&gt; @@ -1183,7 +1191,7 @@<br>
&gt; &nbsp;#line 283 &quot;hdocprep.l&quot;<br>
&gt;<br>
&gt;<br>
&gt; -#line 1187 &quot;hdocprep.c&quot;<br>
&gt; +#line 1195 &quot;hdocprep.c&quot;<br>
&gt;<br>
&gt; &nbsp; &nbsp; if ( !yyg-&gt;yy_init )<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; {<br>
&gt; @@ -1636,7 +1644,7 @@<br>
&gt; &nbsp;#line 536 &quot;hdocprep.l&quot;<br>
&gt; &nbsp;ECHO;<br>
&gt; &nbsp; &nbsp; YY_BREAK<br>
&gt; -#line 1640 &quot;hdocprep.c&quot;<br>
&gt; +#line 1648 &quot;hdocprep.c&quot;<br>
&gt; &nbsp;case YY_STATE_EOF(INCLUDE):<br>
&gt; &nbsp;case YY_STATE_EOF(SAVE_REST_OF_LINE):<br>
&gt; &nbsp;case YY_STATE_EOF(SAVE_REST_AGAIN):<br>
&gt; @@ -1884,7 +1892,7 @@<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; /* Read in more data. */<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; YY_INPUT( (&amp;YY_CURRENT_BUFFER_LVALUE-&gt;yy_ch_buf[number_to_move]),<br>
&gt; - &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;yyg-&gt;yy_n_chars, num_to_read );<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;yyg-&gt;yy_n_chars, (size_t) num_to_read );<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; YY_CURRENT_BUFFER_LVALUE-&gt;yy_n_chars = yyg-&gt;yy_n_chars;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; }<br>
&gt; @@ -1908,6 +1916,14 @@<br>
&gt; &nbsp; &nbsp; else<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; ret_val = EOB_ACT_CONTINUE_SCAN;<br>
&gt;<br>
&gt; + &nbsp; &nbsp;if ((yy_size_t) (yyg-&gt;yy_n_chars + number_to_move) &gt; YY_CURRENT_BUFFER_LVALUE-&gt;yy_buf_size) {<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;/* Extend the array by 50%, plus the number we really need. */<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;yy_size_t new_size = yyg-&gt;yy_n_chars + number_to_move + (yyg-&gt;yy_n_chars &gt;&gt; 1);<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;YY_CURRENT_BUFFER_LVALUE-&gt;yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE-&gt;yy_ch_buf,new_size ,yyscanner );<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;if ( ! YY_CURRENT_BUFFER_LVALUE-&gt;yy_ch_buf )<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;YY_FATAL_ERROR( &quot;out of dynamic memory in yy_get_next_buffer()&quot; );<br>
&gt; + &nbsp; &nbsp;}<br>
&gt; +<br>
&gt; &nbsp; &nbsp; yyg-&gt;yy_n_chars += number_to_move;<br>
&gt; &nbsp; &nbsp; YY_CURRENT_BUFFER_LVALUE-&gt;yy_ch_buf[yyg-&gt;yy_n_chars] = YY_END_OF_BUFFER_CHAR;<br>
&gt; &nbsp; &nbsp; YY_CURRENT_BUFFER_LVALUE-&gt;yy_ch_buf[yyg-&gt;yy_n_chars + 1] = YY_END_OF_BUFFER_CHAR;<br>
&gt; @@ -2384,6 +2400,8 @@<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; yyg-&gt;yy_buffer_stack = (struct yy_buffer_state**)yyalloc<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (num_to_alloc * sizeof(struct yy_buffer_state*)<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; , yyscanner);<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;if ( ! yyg-&gt;yy_buffer_stack )<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;YY_FATAL_ERROR( &quot;out of dynamic memory in yyensure_buffer_stack()&quot; );<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; memset(yyg-&gt;yy_buffer_stack, 0, num_to_alloc * sizeof(struct yy_buffer_state*));<br>
&gt;<br>
&gt; @@ -2402,6 +2420,8 @@<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (yyg-&gt;yy_buffer_stack,<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; num_to_alloc * sizeof(struct yy_buffer_state*)<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; , yyscanner);<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;if ( ! yyg-&gt;yy_buffer_stack )<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;YY_FATAL_ERROR( &quot;out of dynamic memory in yyensure_buffer_stack()&quot; );<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; /* zero only the new slots.*/<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; memset(yyg-&gt;yy_buffer_stack + yyg-&gt;yy_buffer_stack_max, 0, grow_size * sizeof(struct yy_buffer_state*));<br>
&gt; @@ -2450,7 +2470,7 @@<br>
&gt; &nbsp;/* %if-c-only */<br>
&gt; &nbsp;/** Setup the input buffer state to scan a string. The next call to yylex() will<br>
&gt; &nbsp;* scan from a @e copy of @a str.<br>
&gt; - * @param str a NUL-terminated string to scan<br>
&gt; + * @param yystr a NUL-terminated string to scan<br>
&gt; &nbsp;* @param yyscanner The scanner object.<br>
&gt; &nbsp;* @return the newly allocated buffer state object.<br>
&gt; &nbsp;* @note If you want to scan bytes that may contain NUL values, then use<br>
&gt; @@ -2523,8 +2543,7 @@<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; yyg-&gt;yy_start_stack = (int *) yyrealloc((void *) yyg-&gt;yy_start_stack,new_size ,yyscanner );<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; if ( ! yyg-&gt;yy_start_stack )<br>
&gt; - &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;YY_FATAL_ERROR(<br>
&gt; - &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;out of memory expanding start-condition stack&quot; );<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;YY_FATAL_ERROR( &quot;out of memory expanding start-condition stack&quot; );<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; }<br>
&gt;<br>
&gt; &nbsp; &nbsp; yyg-&gt;yy_start_stack[yyg-&gt;yy_start_stack_ptr++] = YY_START;<br>
&gt; @@ -2765,7 +2784,43 @@<br>
&gt; &nbsp; &nbsp; return yy_init_globals ( *ptr_yy_globals );<br>
&gt; &nbsp;}<br>
&gt;<br>
&gt; -/* %endif */<br>
&gt; +/* yylex_init_extra has the same functionality as yylex_init, but follows the<br>
&gt; + * convention of taking the scanner as the last argument. Note however, that<br>
&gt; + * this is a *pointer* to a scanner, as it will be allocated by this call (and<br>
&gt; + * is the reason, too, why this function also must handle its own declaration).<br>
&gt; + * The user defined value in the first argument will be available to yyalloc in<br>
&gt; + * the yyextra field.<br>
&gt; + */<br>
&gt; +<br>
&gt; +int yylex_init_extra(YY_EXTRA_TYPE yy_user_defined,yyscan_t* ptr_yy_globals )<br>
&gt; +<br>
&gt; +{<br>
&gt; + &nbsp; &nbsp;struct yyguts_t dummy_yyguts;<br>
&gt; +<br>
&gt; + &nbsp; &nbsp;yyset_extra (yy_user_defined, &amp;dummy_yyguts);<br>
&gt; +<br>
&gt; + &nbsp; &nbsp;if (ptr_yy_globals == NULL){<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;errno = EINVAL;<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;return 1;<br>
&gt; + &nbsp; &nbsp;}<br>
&gt; +<br>
&gt; + &nbsp; &nbsp;*ptr_yy_globals = (yyscan_t) yyalloc ( sizeof( struct yyguts_t ), &amp;dummy_yyguts );<br>
&gt; +<br>
&gt; + &nbsp; &nbsp;if (*ptr_yy_globals == NULL){<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;errno = ENOMEM;<br>
&gt; + &nbsp; &nbsp; &nbsp; &nbsp;return 1;<br>
&gt; + &nbsp; &nbsp;}<br>
&gt; +<br>
&gt; + &nbsp; &nbsp;/* By setting to 0xAA, we expose bugs in<br>
&gt; + &nbsp; &nbsp;yy_init_globals. Leave at 0x00 for releases. */<br>
&gt; + &nbsp; &nbsp;memset(*ptr_yy_globals,0x00,sizeof(struct yyguts_t));<br>
&gt; +<br>
&gt; + &nbsp; &nbsp;yyset_extra (yy_user_defined, *ptr_yy_globals);<br>
&gt; +<br>
&gt; + &nbsp; &nbsp;return yy_init_globals ( *ptr_yy_globals );<br>
&gt; +}<br>
&gt; +<br>
&gt; +/* %endif if-c-only */<br>
&gt;<br>
&gt; &nbsp;/* %if-c-only */<br>
&gt; &nbsp;static int yy_init_globals (yyscan_t yyscanner)<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/hdocprep.l<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/hdocprep.l Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/hdocprep.l Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -28,7 +28,7 @@<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/main.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/main.c &nbsp; &nbsp; Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/main.c &nbsp; &nbsp; Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pir.l<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pir.l &nbsp; &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pir.l &nbsp; &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -40,7 +40,7 @@<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pir.y<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pir.y &nbsp; &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pir.y &nbsp; &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -2,7 +2,7 @@<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pircapi.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pircapi.c &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pircapi.c &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pircapi.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pircapi.h &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pircapi.h &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#ifndef PARROT_PIR_PIRCAPI_H_GUARD<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pircompiler.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pircompiler.c &nbsp; &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pircompiler.c &nbsp; &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#include &lt;stdlib.h&gt;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pircompiler.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pircompiler.h &nbsp; &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pircompiler.h &nbsp; &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#ifndef PARROT_PIR_PIRCOMPILER_H_GUARD<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pircompunit.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pircompunit.c &nbsp; &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pircompunit.c &nbsp; &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pircompunit.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pircompunit.h &nbsp; &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pircompunit.h &nbsp; &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirdefines.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirdefines.h &nbsp; &nbsp; &nbsp; Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirdefines.h &nbsp; &nbsp; &nbsp; Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#ifndef PARROT_PIR_PIRDEFINES_H_GUARD<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/piremit.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/piremit.c &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/piremit.c &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#include &lt;stdio.h&gt;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/piremit.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/piremit.h &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/piremit.h &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#ifndef PARROT_PIR_PIREMIT_H_GUARD<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirerr.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirerr.c &nbsp; Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirerr.c &nbsp; Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#include &lt;stdio.h&gt;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirerr.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirerr.h &nbsp; Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirerr.h &nbsp; Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#ifndef PARROT_PIR_PIRERR_H_GUARD<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirheredoc.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirheredoc.h &nbsp; &nbsp; &nbsp; Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirheredoc.h &nbsp; &nbsp; &nbsp; Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirmacro.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirmacro.c Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirmacro.c Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#include &lt;stdarg.h&gt;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirmacro.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirmacro.h Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirmacro.h Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt; &nbsp;#ifndef PARROT_PIR_PIRMACRO_H_GUARD<br>
&gt; &nbsp;#define PARROT_PIR_PIRMACRO_H_GUARD<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirop.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirop.c &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirop.c &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirop.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirop.h &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirop.h &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#ifndef PARROT_PIR_PIROP_H_GUARD<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirparser.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirparser.c &nbsp; &nbsp; &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirparser.c &nbsp; &nbsp; &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -319,7 +319,7 @@<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;/*<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirpcc.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirpcc.c &nbsp; Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirpcc.c &nbsp; Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirpcc.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirpcc.h &nbsp; Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirpcc.h &nbsp; Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#ifndef PARROT_PIR_PIRPCC_H_GUARD<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirregalloc.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirregalloc.c &nbsp; &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirregalloc.c &nbsp; &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt; &nbsp;#include &lt;stdio.h&gt;<br>
&gt; &nbsp;#include &quot;pircompiler.h&quot;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirregalloc.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirregalloc.h &nbsp; &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirregalloc.h &nbsp; &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;#ifndef PARROT_PIR_PIRREGALLOC_H_GUARD<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirsymbol.c<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirsymbol.c &nbsp; &nbsp; &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirsymbol.c &nbsp; &nbsp; &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt; &nbsp;#include &quot;pircompiler.h&quot;<br>
&gt; &nbsp;#include &quot;pirsymbol.h&quot;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/pirsymbol.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/pirsymbol.h &nbsp; &nbsp; &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/pirsymbol.h &nbsp; &nbsp; &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2007-2009, The Perl Foundation.<br>
&gt; + * Copyright (C) 2007-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Modified: trunk/compilers/pirc/src/piryy.h<br>
&gt; ==============================================================================<br>
&gt; --- trunk/compilers/pirc/src/piryy.h &nbsp; &nbsp;Fri Feb 13 10:10:33 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36664)<br>
&gt; +++ trunk/compilers/pirc/src/piryy.h &nbsp; &nbsp;Fri Feb 13 10:20:10 2009 &nbsp; &nbsp; &nbsp; &nbsp;(r36665)<br>
&gt; @@ -1,6 +1,6 @@<br>
&gt; &nbsp;/*<br>
&gt; &nbsp;* $Id$<br>
&gt; - * Copyright (C) 2008, The Perl Foundation.<br>
&gt; + * Copyright (C) 2008-2009, Parrot Foundation.<br>
&gt; &nbsp;*/<br>
&gt;<br>
&gt; &nbsp;/* This file declared parser/lexer related functions, so that any changes<br>
&gt; _______________________________________________<br>
&gt; <a href="http://lists.parrot.org/mailman/listinfo/parrot-commits" target="_blank">http://lists.parrot.org/mailman/listinfo/parrot-commits</a><br>
&gt;<br>
<br>
in case you missed it, you checked in some unrelated parser changes<br>
with this commit.<br>
~jerry<br>
_______________________________________________<br>
<a href="http://lists.parrot.org/mailman/listinfo/parrot-dev" target="_blank">http://lists.parrot.org/mailman/listinfo/parrot-dev</a><br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>