File: BraIA64.c

package info (click to toggle)
7zip-rar 24.09%2Bds-3~bpo12%2B1
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm-backports
  • size: 13,324 kB
  • sloc: cpp: 211,225; ansic: 39,085; asm: 4,357; makefile: 2,125
file content (14 lines) | stat: -rwxr-xr-x 356 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* BraIA64.c -- Converter for IA-64 code
2023-02-20 : Igor Pavlov : Public domain */

#include "Precomp.h"

// the code was moved to Bra.c

#ifdef _MSC_VER
#pragma warning(disable : 4206) // nonstandard extension used : translation unit is empty
#endif

#if defined(__clang__)
#pragma GCC diagnostic ignored "-Wempty-translation-unit"
#endif