diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fingerprint.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/fingerprint.h b/lib/fingerprint.h index ba2e740cd9e..7d2160c9882 100644 --- a/lib/fingerprint.h +++ b/lib/fingerprint.h | |||
| @@ -22,8 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 22 | 22 | ||
| 23 | /* We generate fingerprint.c and fingerprint.o from all the sources in | 23 | /* We generate fingerprint.c and fingerprint.o from all the sources in |
| 24 | Emacs. This way, we have a unique value that we can use to pair | 24 | Emacs. This way, we have a unique value that we can use to pair |
| 25 | data files (like a portable dump image) with a specific build of | 25 | data files (like a dump file) with a specific build of Emacs. */ |
| 26 | Emacs. */ | ||
| 27 | extern volatile unsigned char fingerprint[32]; | 26 | extern volatile unsigned char fingerprint[32]; |
| 28 | 27 | ||
| 29 | #endif | 28 | #endif |