all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob b4ecea2902ef58cb83314ba8e84c316caa4ba7e3 797 bytes (raw)
name: src/module-env-27.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
 
  /* Processes pending input events and returns whether the module
     function should quit.  */
  enum emacs_process_input_result (*process_input) (emacs_env *env)
    EMACS_ATTRIBUTE_NONNULL (1);

  struct timespec (*extract_time) (emacs_env *env, emacs_value value)
    EMACS_ATTRIBUTE_NONNULL (1);

  emacs_value (*make_time) (emacs_env *env, struct timespec time)
    EMACS_ATTRIBUTE_NONNULL (1);

  bool (*extract_big_integer) (emacs_env *env, emacs_value value,
                               int *sign, ptrdiff_t *size,
                               unsigned char *magnitude)
    EMACS_ATTRIBUTE_NONNULL (1);

  emacs_value (*make_big_integer) (emacs_env *env, int sign, ptrdiff_t size,
                                   const unsigned char *magnitude)
    EMACS_ATTRIBUTE_NONNULL (1);

debug log:

solving b4ecea2902 ...
found b4ecea2902 in https://yhetil.org/emacs/20190423131742.65814-2-phst@google.com/
found e63843f8d6 in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 e63843f8d6308fe2d5ed05aca333ee3572415685	src/module-env-27.h

applying [1/1] https://yhetil.org/emacs/20190423131742.65814-2-phst@google.com/
diff --git a/src/module-env-27.h b/src/module-env-27.h
index e63843f8d6..b4ecea2902 100644

Checking patch src/module-env-27.h...
Applied patch src/module-env-27.h cleanly.

index at:
100644 b4ecea2902ef58cb83314ba8e84c316caa4ba7e3	src/module-env-27.h

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.