head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	98.05.06.02.05.25;	author ncm;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add include guards
@
text
@#ifndef _CPP_EXCEPTION
#include <bits/std_exception.h>
#endif
@
