public inbox for sourcenav@sourceware.org
 help / color / mirror / Atom feed
* SN 5.0 Patch: standard C++ keywords, take 2
@ 2001-12-07  6:46 Timothy M. Shead
  2001-12-20 20:09 ` Timothy M. Shead
  0 siblings, 1 reply; 2+ messages in thread
From: Timothy M. Shead @ 2001-12-07  6:46 UTC (permalink / raw)
  To: Source-Navigator Group

[-- Attachment #1: Type: text/plain, Size: 326 bytes --]

Gang:

The enclosed patch updates SN5.0.0 highlighting to conform to the
complete set of C++ keywords defined in ISO/IEC 14882-1998, Table 3. 
Specifically, it:

* Adds dynamic_cast, explicit, export, false, mutable, true, typeid,
typename, and wchar_t

* Removes interface and overload

Comments welcome,
Timothy M. Shead




[-- Attachment #2: keywords.patch --]
[-- Type: text/x-patch, Size: 1227 bytes --]

diff -c --recursive oldsource/snavigator/hyper/c_high.l source/snavigator/hyper/c_high.l
*** oldsource/snavigator/hyper/c_high.l	Sun Feb 25 16:48:08 2001
--- source/snavigator/hyper/c_high.l	Thu Dec 20 19:48:06 2001
***************
*** 142,150 ****
--- 142,154 ----
  delete |
  do |
  double |
+ dynamic_cast |
  else |
  enum |
+ explicit |
+ export |
  extern |
+ false |
  float |
  for |
  friend |
***************
*** 152,168 ****
  if |
  inline |
  int |
- interface |
  long |
  namespace |
  new |
  operator |
- overload |
  private |
  protected |
  public |
- reinterpret_cast |
  register |
  return |
  short |
  signed |
--- 156,171 ----
  if |
  inline |
  int |
  long |
+ mutable |
  namespace |
  new |
  operator |
  private |
  protected |
  public |
  register |
+ reinterpret_cast |
  return |
  short |
  signed |
***************
*** 174,187 ****
--- 177,194 ----
  template |
  this |
  throw |
+ true |
  try |
  typedef |
+ typeid |
+ typename |
  union |
  unsigned |
  using |
  virtual |
  void |
  volatile |
+ wchar_t |
  while {
      paf_high_pos.beg_lineno = lineNumber;
      paf_high_pos.beg_charno = charNumber;

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-21  4:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-07  6:46 SN 5.0 Patch: standard C++ keywords, take 2 Timothy M. Shead
2001-12-20 20:09 ` Timothy M. Shead

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).