]> Savannah Git Hosting - gnulib.git/commit
c-file-type: new module
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Aug 2023 16:54:08 +0000 (09:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Aug 2023 16:56:53 +0000 (09:56 -0700)
commit46decc1c8c159527f82cc2fb69715802f8c45a42
treeeb48cd518fc10e7af8ce89b608403eb124ee13ce
parentd87389976e71521818c7b11234208bb076a0f4ab
c-file-type: new module

* lib/c-file-type.c: New file, containing all of the
old file-type except for the gettext call.
* lib/file-type.c (_): Remove; no longer used.
(file_type): Call c_file_type for most of the work.
* modules/c-file-type: New module.
* modules/file-type (Depends-on): Add c-file-type.
ChangeLog
lib/c-file-type.c [new file with mode: 0644]
lib/file-type.c
lib/file-type.h
modules/c-file-type [new file with mode: 0644]
modules/file-type