Changeset 457 for cafu/trunk/CaBSP

Show
Ignore:
Timestamp:
01/09/12 23:04:20 (4 months ago)
Author:
Carsten
Message:

Using UltraEdit's multi-line search-and-replace-in-files feature, replaced


^#ifndef _(CAFU|CF|CFS|CA)_(.*)_$
^#define _\1_\2_$

with

#ifndef CAFU_\2_INCLUDED
#define CAFU_\2_INCLUDED

and


^#ifndef _(.*)_HPP_$
^#define _\1_HPP_$

with

#ifndef CAFU_\1_HPP_INCLUDED
#define CAFU_\1_HPP_INCLUDED

Closes #91.

Files:
1 modified

Legend:

Unmodified
Added
Removed