mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-08 10:23:03 +00:00
Fix spelling and formatting throughout the system.
configure.ac: browser/*.m: compiler/*.m: deep_profiler/*.m: library/*.m: ssdb/*.m: runtime/mercury_conf.h.in: runtime/*.[ch]: scripts/Mmake.vars.in: trace/*.[ch]: util/*.c: Fix spelling and doubled-up words. Delete trailing whitespace. Convert tabs into spaces (where appropriate).
This commit is contained in:
@@ -42,7 +42,7 @@ endif
|
||||
# We need to substitute all spaces with colons for the VPATH to work.
|
||||
# Getting a space to be recognised as the first argument of the subst
|
||||
# function is problematic; hence the `$(nullstring)' hack.
|
||||
# As VPATH uses colon as the seperator we also need to convert all the
|
||||
# As VPATH uses colon as the separator we also need to convert all the
|
||||
# directories into cygwin unix format if they are in windows format.
|
||||
# XXX Note that directory names with spaces in them (e.g. under Windows)
|
||||
# will cause problems for the VPATH settings below, as well as every
|
||||
@@ -578,7 +578,7 @@ endif
|
||||
|
||||
# This needs to go here so that user Mmake files can add new suffixes.
|
||||
|
||||
.SUFFIXES: # reset sufix list to be empty
|
||||
.SUFFIXES: # reset suffix list to be empty
|
||||
|
||||
#-----------------------------------------------------------------------------#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user