| 1 |
|
#! /bin/sh |
| 2 |
|
# ylwrap - wrapper for lex/yacc invocations. |
| 3 |
|
|
| 4 |
< |
scriptversion=2013-01-12.17; # UTC |
| 4 |
> |
scriptversion=2016-01-11.22; # UTC |
| 5 |
|
|
| 6 |
< |
# Copyright (C) 1996-2014 Free Software Foundation, Inc. |
| 6 |
> |
# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
| 7 |
|
# |
| 8 |
|
# Written by Tom Tromey <tromey@cygnus.com>. |
| 9 |
|
# |
| 242 |
|
# eval: (add-hook 'write-file-hooks 'time-stamp) |
| 243 |
|
# time-stamp-start: "scriptversion=" |
| 244 |
|
# time-stamp-format: "%:y-%02m-%02d.%02H" |
| 245 |
< |
# time-stamp-time-zone: "UTC" |
| 245 |
> |
# time-stamp-time-zone: "UTC0" |
| 246 |
|
# time-stamp-end: "; # UTC" |
| 247 |
|
# End: |