mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
6 lines
122 B
Awk
6 lines
122 B
Awk
/phpext_/ {
|
|
if (old_filename != FILENAME) {
|
|
printf "#include \"" FILENAME "\"@NEWLINE@"
|
|
old_filename = FILENAME
|
|
}
|
|
}
|