On 07/28/2010 08:57 AM, Dhaval Giani wrote:
> On Wed, Jul 28, 2010 at 3:47 AM, Balbir Singh
> wrote:
>>>
>>> Last we discussed, the suggestion was to decouple YY_FATAL_ERROR
>>> output from --enable-debug; so, we ended up with:
>>>
>>> diff --git a/src/lex.l b/src/lex.l
>>> index 2f4e313..f2b4e58
On Wed, Jul 28, 2010 at 3:47 AM, Balbir Singh wrote:
>>
>> Last we discussed, the suggestion was to decouple YY_FATAL_ERROR
>> output from --enable-debug; so, we ended up with:
>>
>> diff --git a/src/lex.l b/src/lex.l
>> index 2f4e313..f2b4e58 100644
>> --- a/src/lex.l
>> +++ b/src/lex.l
>> @@ -18
>
> Last we discussed, the suggestion was to decouple YY_FATAL_ERROR
> output from --enable-debug; so, we ended up with:
>
> diff --git a/src/lex.l b/src/lex.l
> index 2f4e313..f2b4e58 100644
> --- a/src/lex.l
> +++ b/src/lex.l
> @@ -18,7 +18,8 @@
> #include "parse.h"
> int line_no = 1;
>
> -#def
On Mon, Jul 26, 2010 at 6:24 PM, Balbir Singh wrote:
> In lex.l
>
> #define YY_FATAL_ERROR(msg) cgroup_dbg(%s)
>
> should be
>
> #define YY_FATAL_ERROR(msg) cgroup_dbg(msg)
>
>
>
> --
> Three Cheers,
> Balbir
>
> ---
In lex.l
#define YY_FATAL_ERROR(msg) cgroup_dbg(%s)
should be
#define YY_FATAL_ERROR(msg) cgroup_dbg(msg)
--
Three Cheers,
Balbir
--
The Palm PDK Hot Apps Program offers developers who use the
Plug-I