[svn-r3534] Purpose:

Bug Fix
Description:
    Added comments to the top of C++ files to indicate that it's a C++
    file and not a C source code file. Also added a macro which makes
    emacs automagically enter c++-mode. (Recommended by Frank Schimmel
    fschimme@monsoon.CAPS.ou.edu)
This commit is contained in:
Bill Wendling
2001-03-02 12:50:58 -05:00
parent 6e7877db5e
commit b545a4bb03
30 changed files with 32 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
// This may look like C code, but it is really -*- C++ -*-
#ifndef _H5FileCreatPropList_H
#define _H5FileCreatPropList_H