~ubuntu-branches/debian/sid/grub2/sid-200907171837

« back to all changes in this revision

Viewing changes to normal/lexer.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Millan
  • Date: 2006-10-14 21:19:21 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20061014211921-ge29q0dowqxicngk
Tags: 1.95-1
* New upstream release.
  - patches/03_revert_partition_numbering.diff: Delete (obsoleted).

Show diffs side-by-side

added added

removed removed

Lines of Context:
357
357
}
358
358
 
359
359
void
360
 
grub_script_yyerror (struct grub_parser_param *lex, char const *err)
 
360
grub_script_yyerror (struct grub_parser_param *lex __attribute__ ((unused)),
 
361
                     char const *err)
361
362
{
362
363
  grub_printf ("%s\n", err);
363
364
}