Merge pull request #11 from esorton/bugfix/add-constexpr-keyword-to-arduino-ctags
[arduino-ctags.git] / magic.diff
blob0457756472a70b75ae4c47bc7cf82b380122f8fe
1 This file contains a patch to the Linux file /usr/share/magic which will
2 allow the "file" command to properly identify tags file producted by
3 Exuberant Ctags. To apply the patch, issue the following command as root:
5 patch -p0 < magic.diff
7 *** /usr/share/magic.orig Wed Feb 16 19:04:09 2000
8 --- /usr/share/magic Mon Aug 14 20:27:01 2000
9 ***************
10 *** 1155,1160 ****
11 --- 1155,1164 ----
12 >84 belong&0x18000000 =0x18000000 undefined fpmode
14 #------------------------------------------------------------------------------
15 + # ctags: file (1) magic for Exuberant Ctags files
16 + 0 string !_TAG Exuberant Ctags tag file
18 + #------------------------------------------------------------------------------
19 # database: file(1) magic for various databases
21 # extracted from header/code files by Graeme Wilford (eep2gw@ee.surrey.ac.uk)