Skip to content
Snippets Groups Projects
Select Git revision
  • 94a8fcdb5c32292c446148ad7a839a50154b5d6e
  • master default protected
  • tests
  • test
  • 0.1
5 results

enum.scm

Blame
  • version.h 430 B
    /*\
    ||| This file a part of Pike, and is copyright by Fredrik Hubinette
    ||| Pike is distributed as GPL (General Public License)
    ||| See the files COPYING and DISCLAIMER for more information.
    \*/
    
    /* $Id: version.h,v 1.148 2000/03/27 20:12:37 hubbe Exp $ */
    
    #define PIKE_MAJOR_VERSION 0
    #define PIKE_MINOR_VERSION 7
    #define PIKE_BUILD_VERSION 146
    
    /* Prototypes begin here */
    void f_version(INT32 args);
    /* Prototypes end here */