This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] beginner.html


Hi,

Since multiple include guards have been implemented, this item can be
removed from the beginner projects page.

Checked by looking at the output.

jan


Index: wwwdocs/htdocs/projects/beginner.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/beginner.html,v
retrieving revision 1.5
diff -c -3 -p -r1.5 beginner.html
*** beginner.html	2001/06/11 07:30:48	1.5
--- beginner.html	2001/06/24 15:35:04
*************** the last millennium, and investigate.  A
*** 320,337 ****
  and patch them.</p>
  </li>
  
- <li>Add multiple include guards to all internal header files.
- 
- <p>This is simple, mindless, and can not break much - but be prepared
- for surprises.  See e.g. <code>cpplib.h</code> for how this is
- done.</p>
- 
- <p>We do not have a consistent convention for the names of guard
- macros.  If you do this, pick a sensible convention, then stick to
- it.  You should <em>not</em> use the same convention that the system C
- library does, to avoid conflicts.</p>
- </li>
- 
  <li>Disentangle the current web of header-header interdependencies.
  
  <p>This is a major undertaking, and you should be able to deal with
--- 320,325 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]