/spim/include/ape/ureg.h: fixed missing ifndef

This commit is contained in:
adventuresin9 2023-03-07 04:26:34 +00:00
parent 57120705a1
commit e83e2c31c7

View file

@ -1,3 +1,5 @@
#ifndef __UREG_H
#define __UREG_H
#if !defined(_PLAN9_SOURCE) #if !defined(_PLAN9_SOURCE)
This header file is an extension to ANSI/POSIX This header file is an extension to ANSI/POSIX
#endif #endif