readme.vms

来自「indent为linux下代码自动格式化工具」· VMS 代码 · 共 49 行

VMS
49
字号
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 + =
减小字号Ctrl + -
显示快捷键?