File: macros.h

package info (click to toggle)
zathura 0.3.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,676 kB
  • ctags: 1,701
  • sloc: ansic: 15,978; makefile: 486; xml: 70; python: 39; perl: 25
file content (11 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
/* See LICENSE file for license and copyright information */

#ifndef ZATHURA_MACROS_H
#define ZATHURA_MACROS_H

#include <girara/macros.h>

#define UNUSED(x) GIRARA_UNUSED(x)
#define DEPRECATED(x) GIRARA_DEPRECATED(x)

#endif