rename some C header guards to be without _ as prefix to follow naming convention of C language. suggested by Markus Elfring

This commit is contained in:
Nguyen Anh Quynh
2014-01-02 13:15:07 +08:00
parent 57ab21b558
commit ae3649ff71
8 changed files with 16 additions and 16 deletions

View File

@ -1,8 +1,8 @@
/* Capstone Disassembler Engine */
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013> */
#ifndef __CS_PRIV_H__
#define __CS_PRIV_H__
#ifndef CS_PRIV_H
#define CS_PRIV_H
#include <capstone.h>