📄 readme.vms
字号:
README.VMS for GNU `indent' 2.2.9----------------------------------This file describes how to build indent under VMS.----Date: Mon, 29 Nov 1999 09:43:01 -0600From: forrest.cahoon@merrillcorp.comSubject: VMS/DECC[...]DECC is the default compiler for VMS these days, superceding VAXC.[...]VMSers should be able to just rename config.h.vms to config.h andrun @make-decc.----Date: long long agoFrom: MEHRDAD@glum.dev.cf.ac.ukSubject: VMS/VAXC and gccIf you are using GCC, you should run GNUC-MAKE.COM.If you have VAXC on your machine, run VAXC-MAKE.COM, to createindent.exe. When compiling INDENT sources, VAXC will issue warningmessages about the length of some external identifiers. You canignore these warnings.Set up symbol INDENT as a foreign command, for example: INDENT :== "$DUA0:[INDENT-DIR]INDENT.EXE"POSSIBLE PROBLEMSThe function for reading, `read', is defined by the macro SYS_READ.By default under VMS, this is defined to be the functions `vms_read'defined in io.c.People have sent me various versions of this function, with differringsemantics. I have no way of testing these, so I have done my best to1) ensure the correctness of the function, and 2) use the algorithmmost folks seem to suggest.If you experience problems in the read function, you might try usingthe plain, system read. You can also sent me a bug report, if youthink you have a clue to the problem. See the file README for reportingbugs.----
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -