mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Typo fix.
This commit is contained in:
@ -26,7 +26,7 @@
|
|||||||
#include "preproc.h"
|
#include "preproc.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Change symbol names as expected by preproc.l. It'd be better to do this
|
* Change symbol names as expected by preproc.y. It'd be better to do this
|
||||||
* with %option prefix="base_yy", but that affects some other names that
|
* with %option prefix="base_yy", but that affects some other names that
|
||||||
* various files expect *not* to be prefixed with "base_". Cleaning it up
|
* various files expect *not* to be prefixed with "base_". Cleaning it up
|
||||||
* is not worth the trouble right now.
|
* is not worth the trouble right now.
|
||||||
|
Reference in New Issue
Block a user