File: patchlvl.h

package info (click to toggle)
scm 5c3-5
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,620 kB
  • ctags: 2,911
  • sloc: ansic: 24,429; lisp: 4,170; makefile: 428; sh: 106; asm: 22
file content (20 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

#if 0 /* SCMVERSION is a string for the version specifier.  The leading
 #  number is the major version number, the letter is the revision ("a"
 #  for alpha release, "b" for beta release, "c", and so on), and the
 #  trailing number is the patchlevel. */
 #  /* This next line sets VERSION when included from the Makefile */
VERSION=5c3
#endif

#ifndef SCMVERSION
# define SCMVERSION "5c3"
#endif
#ifndef RTL
# ifdef nosve
#  define INIT_FILE_NAME "Init5c3_scm";
# endif
# ifndef INIT_FILE_NAME
#  define INIT_FILE_NAME "Init5c3.scm"
# endif
#endif