home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / c370l / 163 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.2 KB  |  30 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!DRAPER.COM!SEB
  3. X-VMS-To: IN%"C370-L@vm.usc.edu"
  4. X-VMS-Cc: SEB1525
  5. MIME-version: 1.0
  6. Content-transfer-encoding: 7BIT
  7. Message-ID: <01GSM9TAI6XUADCNMM@ccfvx3.draper.com>
  8. Newsgroups: bit.listserv.c370-l
  9. Date:         Tue, 22 Dec 1992 13:52:48 -0500
  10. Sender:       C/370 Discussion List <C370-L@USCVM.BITNET>
  11. From:         Steve Bacher <seb@DRAPER.COM>
  12. Subject:      Re: 8+ VARIABLE NAMES
  13. Lines: 15
  14.  
  15. C/370 V2R2 has support for long variable names, via the "LONGNAME"
  16. compilation feature.  Be warned that this is not trivial to integrate
  17. into your (probable) normal C compile-and-link sequence.  It requires
  18. the prelinker and some other stuff, the use under MVS of which is
  19. abysmally documented.  I've managed to set things up so that I can
  20. use the longnames facility for my own compiles and links, and I am
  21. willing to post something on this, but you'll have to give me some
  22. time to collect my thoughts on this.  And it's not obvious how or
  23. why it even works ;-).
  24.  
  25. One hint:  Forget about IBM's CLISTs.  Use them as a guide to what
  26. you think you have to feed the utilities, but don't try to actually
  27. run them.
  28.  
  29.  - seb
  30.