File: racket-arch.c

package info (click to toggle)
racket 8.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 165,720 kB
  • sloc: ansic: 298,502; lisp: 224,176; pascal: 73,851; sh: 18,449; asm: 13,494; makefile: 1,785; cpp: 1,713; javascript: 1,281; exp: 756; csh: 412; perl: 275; python: 270; xml: 106
file content (4 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (5)
1
2
3
4
#include "include/sconfig.h"
/* Starting in Racket v7.5, SCHEME_PLATFORM_LIBRARY_SUBPATH may have spaces
 * in the string, so use a substitution to remove it */
RACKET_ARCH := $(subst " ",,SCHEME_PLATFORM_LIBRARY_SUBPATH)