aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4/parser.y
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
| | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
* Synchronize with OpenBSDBaptiste Daroussin2015-05-181-7/+1
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=283089
* Reduce diff with upstream.Jung-uk Kim2013-05-031-1/+1
| | | | Notes: svn path=/head/; revision=250226
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-201-1/+8
| | | | | | | | | | | | | In addition to adding missing `static' keywords: - bin/dd: Pull in `extern.h' to guarantee consistency with source file. - libexec/rpc.rusersd: Move shared globals into an extern.h. - libexec/talkd: Move `debug' and `hostname' into extern.h. - usr.bin/cksum: Put counters in extern.h, as they are used by ckdist/mtree. - usr.bin/m4: Move `end_result' into extern.h. - usr.sbin/services_mkdb: Move shared globals into an extern.h. Notes: svn path=/head/; revision=241777
* Fix world after byacc import:Baptiste Daroussin2012-05-221-1/+0
| | | | | | | | | | | - old yacc(1) use to magicially append stdlib.h, while new one don't - new yacc(1) do declare yyparse by itself, fix redundant declaration of 'yyparse' Approved by: des (mentor) Notes: svn path=/head/; revision=235789
* Respect mathematical operation order piority with the exponent gnu extensionBaptiste Daroussin2012-04-301-2/+2
| | | | | | | | Obtained from: OpenBSD Approved by: des (mentor) Notes: svn path=/head/; revision=234850
* Reimplement support for the ** (exponent) gnu extension, make it available ↵Baptiste Daroussin2011-12-181-0/+3
| | | | | | | | | | | thought the -g (mimic gnu) option Reviewed by: cognet Approved by: cognet Discussed with: espie@OpenBSD.org (upstream) Notes: svn path=/head/; revision=228697
* Synchronize with laster version of m4 from OpenBSD and NetBSDBaptiste Daroussin2011-11-281-0/+83
This bring better compatibility with gnum4 Reviewed by: cognet Approved by: cognet Obtained from: OpenBSD, NetBSD Notes: svn path=/head/; revision=228063